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

Commit 03cc62b

Browse files
committed
update ruby
1 parent 4d3a9d1 commit 03cc62b

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)