summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-10-12 20:39:25 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-10-12 20:39:25 +0800
commit62f61c8ad7eac7301b4c0fe9cdd9e92b0ba015cd (patch)
tree5970e109c56559a59934dae0831fc56f7fa4f32c /doc/install/installation.md
parent5d4e07330526e0cb2965ef5c218542094d1e1008 (diff)
downloadgitlab-ce-62f61c8ad7eac7301b4c0fe9cdd9e92b0ba015cd.tar.gz
Update doc accordingly to:update-installation-doc-for-10-1
https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index af6c797dc00..2c93297ca2f 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -121,7 +121,7 @@ The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab
in production, frequently leads to hard to diagnose problems. For example,
GitLab Shell is called from OpenSSH, and having a version manager can prevent
pushing and pulling over SSH. Version managers are not supported and we strongly
-advise everyone to follow the instructions below to use a system Ruby.
+advise everyone to follow the instructions below to use a system Ruby.
Linux distributions generally have older versions of Ruby available, so these
instructions are designed to install Ruby from the official source code.
@@ -299,9 +299,9 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-0-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-1-stable gitlab
-**Note:** You can change `10-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `10-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It