Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 867758b

Browse files
committed
Use Ruby 2.0
1 parent 6257371 commit 867758b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Install the required packages:
2828
Download Ruby and compile it:
2929

3030
mkdir /tmp/ruby && cd /tmp/ruby
31-
curl --progress http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz | tar xz
32-
cd ruby-1.9.3-p392
33-
./configure
31+
curl --progress http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.bz2 | tar xj
32+
cd ruby-2.0.0-p353
33+
./configure --disable-install-rdoc
3434
make
3535
sudo make install
3636

0 commit comments

Comments
 (0)