mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-18 12:51:43 +00:00
Merge pull request #1372 from irfancharania/patch-1
Update installation.md
This commit is contained in:
commit
f02d6a44d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue