Skip to content

Commit

Permalink
Fix install filename and arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
h13ronim committed Apr 9, 2011
1 parent 9c051be commit 13eb13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/rvm/install.haml
Expand Up @@ -83,11 +83,11 @@

%h3 Installing / updating the latest rvm from the latest released source tarball

= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-install latest"
= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version lastest"

%h3 Installing a specific version

= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-install 1.5.3"
= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer 1.5.3"

%h2 Post Install

Expand Down

0 comments on commit 13eb13d

Please sign in to comment.