Skip to content

Commit 8bbf675

Browse files
committed
Merge pull request #60 from thilo/master
Updated RVM integration info for TextMate in README.md
2 parents ee5f9a2 + 61edb07 commit 8bbf675

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,16 @@ directory for rspec-1.
125125
There are lots of ways to configure TextMate to work with `rvm`,
126126
but this is the one the we recommend:
127127

128-
First, copy the following into` ~/.rvm/bin/textmate_ruby`
129-
130-
#!/usr/bin/env sh
131-
source ~/.rvm/scripts/rvm
132-
cd .
133-
exec ruby "$@"
128+
With rvm installed, take the full path to `rvm-auto-ruby`,
129+
found via: `which rvm-auto-ruby`
134130

135131
Next, set up a `TM_RUBY` option in
136132
`TextMate/Preferences/Advanced/Shell Variables` that points to the
137-
`textmate_ruby` command.
133+
`rvm-auto-ruby` command.
138134

139135
Learn more at:
140136

141-
* [http://beginrescueend.com/integration/textmate/](http://beginrescueend.com/integration/textmate/)
137+
* [http://rvm.io/integration/textmate](http://rvm.io/integration/textmate)
142138
* [http://groups.google.com/group/rubyversionmanager/browse_thread/thread/64b84bbcdf49e9b?fwc=1&pli=1](http://groups.google.com/group/rubyversionmanager/browse_thread/thread/64b84bbcdf49e9b?fwc=1&pli=1)
143139

144140
## History

0 commit comments

Comments
 (0)