summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-03-08 10:28:43 +0100
committerJames Lopez <james@jameslopez.es>2018-03-08 10:28:43 +0100
commit6041d449b794f99a490849307e7dd00612351773 (patch)
tree0a5f00d1412e4378b4813b9c528787d3f9228aca /doc/install/installation.md
parent7734e85bc6592c5ad3330c611c5f83a051b680b0 (diff)
downloadgitlab-ce-6041d449b794f99a490849307e7dd00612351773.tar.gz
update guides for 10.6update-guides-10-6
Diffstat (limited to 'doc/install/installation.md')
-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 170d92faa09..6eb767b00b3 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-5-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-6-stable gitlab
-**Note:** You can change `10-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `10-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It