summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLUKE BENNETT <lbennett@gitlab.com>2018-01-06 03:05:50 +0000
committerLUKE BENNETT <lbennett@gitlab.com>2018-01-06 03:05:50 +0000
commite51de104c367ff7f0c9348e07e23d1a676942c62 (patch)
tree1cb0cf6757fdcafeaa5a80eefe9dddae8a6c46da
parent6d972724d426938a0bfd6744dc6464ec5f7e17f9 (diff)
downloadgitlab-ce-revert-6d972724.tar.gz
Revert "Update installation.md for 10.4.0.rc1"revert-6d972724
This reverts commit 6d972724d426938a0bfd6744dc6464ec5f7e17f9
-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 2b7352d3561..67b89d608cc 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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-4-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-3-stable gitlab
-**Note:** You can change `10-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `10-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It