diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-04 14:17:19 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-04 14:36:47 +0200 |
commit | 6ddfd49669207124466613ea0acce17bff50613b (patch) | |
tree | 2bc44dbd916d00a25d4354f3d7de79e71053b8eb /doc/install | |
parent | 4bf302799f7bd32e27c0fe83abe34239d9c3e1fd (diff) | |
download | gitlab-ce-6ddfd49669207124466613ea0acce17bff50613b.tar.gz |
Added 8.7 install/update guides
[ci skip]
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 bffbc776500..e0a16df09c1 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -227,9 +227,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-6-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-7-stable gitlab -**Note:** You can change `8-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-7-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |