summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-15 15:59:06 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-10-15 15:59:06 -0400
commit6348f654cdd76b062c18ae1bce3eecf0b6dd0c6c (patch)
tree9d8e7e5b20bc8c8926a617484c9dfe7458c21540
parent6df06ded12878fb7b5fb01626ea40344f22a5c5b (diff)
downloadgitlab-ce-6348f654cdd76b062c18ae1bce3eecf0b6dd0c6c.tar.gz
Update Installation doc for 8-1-stable
-rw-r--r--doc/install/installation.md4
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