diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-09-08 10:57:32 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-09-11 07:00:48 +0200 |
commit | fcab8b4343ba6ce7c95f7ab51de1fdbd5b078d43 (patch) | |
tree | bdf6f01d48c6fbcdaccb0704e2cea19a22b8e7c9 /doc/install | |
parent | ce14fae5d43247a838debeb5dda7871845d127c8 (diff) | |
download | gitlab-ce-fcab8b4343ba6ce7c95f7ab51de1fdbd5b078d43.tar.gz |
update installation and update instructions for 10.0jk-update-install-guide
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 66eb7675896..200cd94f43c 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 9-5-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-0-stable gitlab -**Note:** You can change `9-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `10-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |