Skip to content

Commit

Permalink
add rvm to bash profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed May 3, 2011
1 parent 3f620e9 commit cadce8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,10 @@ Then, run this one-liner:

bash < <( curl -s https://github.com/thoughtbot/laptop/raw/master/mac )

Follow the on-screen instructions to load RVM in your shell, and make sure you can run the rvm command.
Then:

echo '[[ -s "/Users/`whoami`/.rvm/scripts/rvm" ]] && source "/Users/`whoami`/.rvm/scripts/rvm"' >> ~/.bash_profile
source ~/.bash_profile

Install the latest version of Ruby and some useful gems:

Expand Down

0 comments on commit cadce8e

Please sign in to comment.