diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-02-10 10:24:04 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-02-10 10:24:04 +0000 |
commit | 17240f80cb11a0721da1416ecf38acc7aae9bccd (patch) | |
tree | 8e3f308621bf7f3acc7aa11a9fdbcf544656ce5a /doc/install | |
parent | 22808a2221dce5826891279588b774ad58a492c0 (diff) | |
parent | 3d1d96bb4fc8a2266b8f457d2cd7ad2d7c704930 (diff) | |
download | gitlab-ce-17240f80cb11a0721da1416ecf38acc7aae9bccd.tar.gz |
Merge branch 'update-install-documentation-8.5' into 'master'
Updated install/update guides for 8.5
See merge request !2766
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 39c9b12ade9..c91e05e4793 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -238,9 +238,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 8-4-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-5-stable gitlab -**Note:** You can change `8-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |