Skip to content

Commit

Permalink
Merge pull request rvm#39 from jasonm/master.
Browse files Browse the repository at this point in the history
Fixing a typo on installation instructions
  • Loading branch information
wayneeseguin committed May 4, 2011
2 parents e14b2c2 + 3991e82 commit 630c699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rvm/install.haml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

%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-installer --version lastest"
= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest"

%h3 Installing a specific version

Expand Down

0 comments on commit 630c699

Please sign in to comment.