Fix docs to download and compile Ruby in /tmp/ruby
This commit is contained in:
parent
c926a2b6ee
commit
640018ba55
|
@ -76,6 +76,7 @@ Make sure you have the right version of Python installed.
|
||||||
|
|
||||||
Download and compile it:
|
Download and compile it:
|
||||||
|
|
||||||
|
mkdir /tmp/ruby && cd /tmp/ruby
|
||||||
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.gz
|
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.gz
|
||||||
tar xfvz ruby-1.9.3-p327.tar.gz
|
tar xfvz ruby-1.9.3-p327.tar.gz
|
||||||
cd ruby-1.9.3-p327
|
cd ruby-1.9.3-p327
|
||||||
|
|
Loading…
Reference in a new issue