Skip to content

Commit

Permalink
Don't need to include RVM instructions since we're now adding it to ~…
Browse files Browse the repository at this point in the history
…/.zshrc and sourcing it.
  • Loading branch information
Dan Croak committed Aug 7, 2011
1 parent d40b854 commit d5deb25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Then, run this one-liner:

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

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:

bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/ruby)
Expand All @@ -38,8 +33,6 @@ Then, run this one-liner:

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

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

Install the latest version of Ruby and some useful gems:

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

0 comments on commit d5deb25

Please sign in to comment.