Merge pull request #1372 from irfancharania/patch-1

Update installation.md
This commit is contained in:
Andrew Cantino 2016-03-27 14:41:01 -07:00
commit f02d6a44d2

View file

@ -65,8 +65,8 @@ Remove the old Ruby versions if present:
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.3.tar.bz2 | tar xj
cd ruby-2.2.3
curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.0.tar.bz2 | tar xj
cd ruby-2.3.0
./configure --disable-install-rdoc
make -j`nproc`
sudo make install