Update installation guide for 8.11

This commit is contained in:
Ruben Davila 2016-08-01 18:38:41 -05:00
parent 957331bf45
commit 6cee51903d
1 changed files with 2 additions and 2 deletions

View File

@ -269,9 +269,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-10-stable gitlab
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-11-stable gitlab
**Note:** You can change `8-10-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
**Note:** You can change `8-11-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It