Commit 2643ee72a9c1735fd045d751f0f56a286ea0759c

Authored by Dmitriy Zaporozhets
1 parent 7ee53643

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