summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-12 10:08:44 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-04-12 10:08:44 +0100
commit798f815e8d5844ececd9c425b3bd4f48c7c68baf (patch)
tree73ef80038d52cd111580532a6911e54237f34667 /doc/install
parentdb6854b2cd44a168af172394a8fbf1965f0c54c5 (diff)
downloadgitlab-ce-798f815e8d5844ececd9c425b3bd4f48c7c68baf.tar.gz
Updates installation and update guides
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 3cf6f7b7ddf..d120b9342b6 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -301,7 +301,7 @@ 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-6-stable gitlab
+sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-7-stable gitlab
**Note:** You can change `10-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!