Advertisement
Guest User

Untitled

a guest
Jan 19th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. How to install Texmate bundle RubyAMP ¶
  2.  
  3. Install tmtools (documentation for tmtools)
  4.  
  5. Install following gems:
  6.  
  7. gem install rb-appscript ruby-debug
  8.  
  9. Run this:
  10.  
  11. mkdir -p ~/Library/Application\ Support/TextMate/Bundles/
  12. cd ~/Library/Application\ Support/TextMate/Bundles/
  13. git clone git://github.com/timcharper/rubyamp.git RubyAMP.tmbundle
  14.  
  15. Now, back in Textmate, go to menu “Bundles” > “Bundle Editor” > “Reload Bundles”.
  16.  
  17. Source: http://code.leadmediapartners.com/tools/rubyamp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement