Merge pull request #572 from tvlooy/patch-1

$ wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
This commit is contained in:
Ariejan de Vroom 2012-03-21 06:01:33 -07:00
commit 12ae602084

View file

@ -60,7 +60,7 @@ The installation consists of 6 steps:
# 2. Install ruby
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
tar xfvz ruby-1.9.2-p290.tar.gz
tar xfv ruby-1.9.2-p290.tar.gz
cd ruby-1.9.2-p290
./configure
make