summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-04-17 09:42:08 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2014-04-17 09:42:08 +0200
commit00b576e67dee85547feed3ec7679496c085bd8df (patch)
tree039f2964dbef8568e409a7e8080bc221de5ec7d0
parent9b52affe31f2496fb10ae1d90b21f42ed173b7dc (diff)
downloadgitlab-ce-00b576e67dee85547feed3ec7679496c085bd8df.tar.gz
update version in installation doc
-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 e2b37b0788a..2ccb2d2c706 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -173,13 +173,13 @@ 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 6-7-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-8-stable gitlab
# Go to gitlab dir
cd /home/git/gitlab
**Note:**
-You can change `6-7-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+You can change `6-8-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it