diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-01-12 18:04:02 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-12 18:04:02 -0500 |
commit | 3dfb69a59f94754320d25b115031766ffc67fcdf (patch) | |
tree | 919e612434adf13d2041630d6dbd9f987d41a5da /doc/install | |
parent | 8c67a9fb3638fa08d64c53423f83e84f0c7cbad5 (diff) | |
download | gitlab-ce-3dfb69a59f94754320d25b115031766ffc67fcdf.tar.gz |
Prepare Installation and Update docs for 8.4 RC1
[ci skip]
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 50ccaabd839..e645445df2a 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -231,9 +231,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-3-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-4-stable gitlab -**Note:** You can change `8-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |