summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-06-28 15:19:08 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-06-28 15:19:08 +0000
commitccc5bbcdc1155e8cad5c783ec2c5b7cc00629a63 (patch)
treeea68e7f1b1b47f6c061e187d77c31f6d0fda8a01
parent4970a66b24b3c465984c4e5f1aa49d60e7c587e4 (diff)
parent263c662ff5fd2a471da0c23f6828a0469d0e7e1f (diff)
downloadgitlab-ce-ccc5bbcdc1155e8cad5c783ec2c5b7cc00629a63.tar.gz
Merge branch 'cherry-pick-42d87f21' into 'master'
Update guide for 9.3 See merge request !12460
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 84af6432889..992ff162efb 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -294,9 +294,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 9-2-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-3-stable gitlab
-**Note:** You can change `9-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `9-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It