Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-22 18:52:42 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-22 18:52:42 +0400
commit640018ba55e9fabc049e111bc9e42ee1ca3aa07c (patch)
treec27370b1449d991d3068586ea205aad342ba2df3 /doc
parentc926a2b6eef8bde3180332e6e241e46573fcc34f (diff)
Fix docs to download and compile Ruby in /tmp/ruby
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 720ac4c3084..a9187af0fa7 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -76,6 +76,7 @@ Make sure you have the right version of Python installed.
Download and compile it:
+ mkdir /tmp/ruby && cd /tmp/ruby
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.gz
tar xfvz ruby-1.9.3-p327.tar.gz
cd ruby-1.9.3-p327