diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-15 15:59:06 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-15 15:59:06 -0400 |
commit | 6348f654cdd76b062c18ae1bce3eecf0b6dd0c6c (patch) | |
tree | 9d8e7e5b20bc8c8926a617484c9dfe7458c21540 /doc | |
parent | 6df06ded12878fb7b5fb01626ea40344f22a5c5b (diff) | |
download | gitlab-ce-6348f654cdd76b062c18ae1bce3eecf0b6dd0c6c.tar.gz |
Update Installation doc for 8-1-stable
Diffstat (limited to 'doc')
-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 3c62b11988e..b154d280471 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -211,9 +211,9 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da ### Clone the Source # Clone GitLab repository - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-0-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-1-stable gitlab -**Note:** You can change `8-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |