diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-25 16:25:56 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-25 16:25:56 +0300 |
commit | 9d33c72616aad6a0fd6a6592ba417d770e1923b4 (patch) | |
tree | 2b3d490578927a7ee7e4b28c7358adb54be29a6a | |
parent | f1fd47875c19bf4bd9b5bbd2975f99209f1c282e (diff) | |
parent | 923ef6df62f59d28aa705937666e307cc7445837 (diff) | |
download | gitlab-ce-9d33c72616aad6a0fd6a6592ba417d770e1923b4.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 660d7fa2bc1..71a587d2ee3 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -86,7 +86,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. Remove the old Ruby 1.8 if present - sudo apt-get remove -y ruby1.8 + sudo apt-get remove ruby1.8 Download Ruby and compile it: |