diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2017-05-08 08:45:37 +0000 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2017-05-08 10:29:08 +0000 |
commit | 1fd409016a59472493b859971b790ea5b1ebf8f5 (patch) | |
tree | 22c4253ec08cfcd9169a3a72a28cc8c7b02e52c8 /doc/install | |
parent | 1a5e84febeb3f2d63c019981e80c777195c37dd2 (diff) | |
download | gitlab-ce-1fd409016a59472493b859971b790ea5b1ebf8f5.tar.gz |
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')
-rw-r--r-- | doc/install/installation.md | 4 |
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 |