docs to ruby 2.0
This commit is contained in:
parent
7ee53643cf
commit
2643ee72a9
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ Remove the old Ruby 1.8 if present
|
|||
Download Ruby and compile it:
|
||||
|
||||
mkdir /tmp/ruby && cd /tmp/ruby
|
||||
curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz
|
||||
cd ruby-1.9.3-p392
|
||||
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
|
||||
cd ruby-2.0.0-p247
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
|
|
Loading…
Reference in a new issue