Skip to content

Commit

Permalink
README fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosbrando committed Sep 7, 2010
1 parent d2a1c18 commit b562b81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -4,18 +4,18 @@ To install with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/carlosbrando/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle"
git clone git://github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'


To install without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/carlosbrando/ruby-on-rails-tmbundle/tarball/master
tar zxf carlosbrando-ruby-on-rails-tmbundle*.tar.gz
rm carlosbrando-ruby-on-rails-tmbundle*.tar.gz
mv carlosbrando-ruby-on-rails-tmbundle* "Ruby on Rails.tmbundle"
wget http://github.com/drnic/ruby-on-rails-tmbundle/tarball/master
tar zxf drnic-ruby-on-rails-tmbundle*.tar.gz
rm drnic-ruby-on-rails-tmbundle*.tar.gz
mv drnic-ruby-on-rails-tmbundle* "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Ruby 1.8.7 or greater is required.

0 comments on commit b562b81

Please sign in to comment.