Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2017-05-08 11:45:37 +0300
committerTimothy Andrew <mail@timothyandrew.net>2017-05-08 13:29:08 +0300
commit1fd409016a59472493b859971b790ea5b1ebf8f5 (patch)
tree22c4253ec08cfcd9169a3a72a28cc8c7b02e52c8 /doc/install/installation.md
parent1a5e84febeb3f2d63c019981e80c777195c37dd2 (diff)
Update guides for 9.2.
- Update the "Installation from Source" guide - Create an update guide for `9.1` to `9.2`
Diffstat (limited to 'doc/install/installation.md')
-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 dc807d93bbb..5615b2a534b 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -289,9 +289,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 9-1-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-2-stable gitlab
-**Note:** You can change `9-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `9-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It