summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-09 10:35:18 +0100
committerJames Lopez <james@jameslopez.es>2017-01-09 12:30:16 +0100
commit77b46350b70231e52f57e8e2ec0a584847a7c844 (patch)
treea87ec7fd3ebda1a76073a182fcce9fad9709a2fc /doc/install
parent0bfd36095519b6758e785a1e56c11838e1ecbe2a (diff)
downloadgitlab-ce-77b46350b70231e52f57e8e2ec0a584847a7c844.tar.gz
added update guides for 8.16 [ci skip]
Diffstat (limited to 'doc/install')
-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 d2ff2b47cd8..9dba03b1924 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -271,9 +271,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-15-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-16-stable gitlab
-**Note:** You can change `8-15-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-16-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It