Commit 640018ba55e9fabc049e111bc9e42ee1ca3aa07c
1 parent
c926a2b6
Exists in
master
and in
4 other branches
Fix docs to download and compile Ruby in /tmp/ruby
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -76,6 +76,7 @@ Make sure you have the right version of Python installed. |
76 | 76 | |
77 | 77 | Download and compile it: |
78 | 78 | |
79 | + mkdir /tmp/ruby && cd /tmp/ruby | |
79 | 80 | wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.gz |
80 | 81 | tar xfvz ruby-1.9.3-p327.tar.gz |
81 | 82 | cd ruby-1.9.3-p327 | ... | ... |