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

Commit 4def2a7

Browse files
committed
Merge branch 'update_ruby' into 'master'
Update ruby The old version of ruby can be installed on the recent ubunntu releases because of incompatibility with readline. http://stackoverflow.com/questions/23488790/compile-ruby-2-0-errors-without-rvm-or-rbenv-readline-c188626-error-func See merge request !16
2 parents 4d3a9d1 + 03cc62b commit 4def2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ a) Linux
4646

4747
```bash
4848
mkdir /tmp/ruby && cd /tmp/ruby
49-
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
50-
cd ruby-2.0.0-p353
49+
curl --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz | tar xz
50+
cd ruby-2.1.5
5151
./configure --disable-install-rdoc
5252
make
5353
sudo make install

0 commit comments

Comments
 (0)