Commit 2643ee72a9c1735fd045d751f0f56a286ea0759c
1 parent
7ee53643
Exists in
master
and in
4 other branches
docs to ruby 2.0
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
| @@ -86,8 +86,8 @@ Remove the old Ruby 1.8 if present | @@ -86,8 +86,8 @@ Remove the old Ruby 1.8 if present | ||
| 86 | Download Ruby and compile it: | 86 | Download Ruby and compile it: |
| 87 | 87 | ||
| 88 | mkdir /tmp/ruby && cd /tmp/ruby | 88 | mkdir /tmp/ruby && cd /tmp/ruby |
| 89 | - curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz | ||
| 90 | - cd ruby-1.9.3-p392 | 89 | + curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz |
| 90 | + cd ruby-2.0.0-p247 | ||
| 91 | ./configure | 91 | ./configure |
| 92 | make | 92 | make |
| 93 | sudo make install | 93 | sudo make install |