Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-12 12:08:44 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-12 12:08:44 +0300
commit798f815e8d5844ececd9c425b3bd4f48c7c68baf (patch)
tree73ef80038d52cd111580532a6911e54237f34667 /doc/install/installation.md
parentdb6854b2cd44a168af172394a8fbf1965f0c54c5 (diff)
Updates installation and update guides
Diffstat (limited to 'doc/install/installation.md')
-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!