Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ title: RVM Ruby Version Manager - Documentation
%a{:href => "/rvm/security"}
security
%li
Install RVM:
= sh_cmd "\\curl -sSL https://get.rvm.io | bash -s stable"
Install latest RVM:
= sh_cmd "\\curl -sSL https://get.rvm.io | bash"
%li
For installing RVM with default Ruby and Rails in one command, run:
= sh_cmd "\\curl -sSL https://get.rvm.io | bash -s stable --rails"
= sh_cmd "\\curl -sSL https://get.rvm.io | bash --rails"
%li
For more details and troubleshooting visit the
%a{:href => "/rvm/install"}
Expand Down