summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-11-13 12:58:43 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-11-13 13:12:04 -0500
commit2c13723150b9095bb5b1482c62bab7817fd9a49e (patch)
tree1c9e4b0ff131c0550a5875f6a0ce0e79946e93ba
parenteaf27c6295394562eb734d8a10918f9cac301dbd (diff)
downloadgitlab-ce-2c13723150b9095bb5b1482c62bab7817fd9a49e.tar.gz
Update doc/install/installation.md for 8-2-stable
[ci skip]
-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 8028e51dbcd..698f54cabc7 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-1-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-2-stable gitlab
-**Note:** You can change `8-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It