summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2016-09-01 12:33:37 -0500
committerRuben Davila <rdavila84@gmail.com>2016-09-01 12:33:37 -0500
commitdd0431c5f7c93a2f9cee6766c9c8f3b0536022e9 (patch)
tree78a9a62d974f4c77f6b996f7436310e19559b50b /doc/install
parenta4c56a2b895f1313c09f1f029745395c4563763c (diff)
downloadgitlab-ce-dd0431c5f7c93a2f9cee6766c9c8f3b0536022e9.tar.gz
Some minor updates for upgrade guides for 8.12.
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 2d0932d4f04..9522c3e7170 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -268,9 +268,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-11-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-12-stable gitlab
-**Note:** You can change `8-11-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-12-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It