diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-11-26 14:30:14 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-11-26 14:30:14 +0100 |
commit | 6818c96db02546a61730d5cfd799dce9e2a85c16 (patch) | |
tree | d6e13e1a9d8bb298ba37fbf05a3f70b460810b1b /doc/install | |
parent | b70cee9c2fde878d77b1540c31e7560ea9f97460 (diff) | |
download | gitlab-ce-6818c96db02546a61730d5cfd799dce9e2a85c16.tar.gz |
Selecting a branch is dangerous now that we have rc in a branch.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 5dd9388eece..b8d9133ed75 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -6,9 +6,9 @@ Since a manual installation is a lot of work and error prone we strongly recomme ## Select Version to Install -Make sure you view [this installation guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md) from the branch (version) of GitLab you would like to install. In most cases this should be the highest numbered stable branch (example shown below). - -![Select latest branch](https://i.imgur.com/Lrdxk1k.png) +Make sure you view [this installation guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md) from the branch (version) of GitLab you would like to install. +In most cases this should be the highest numbered production tag (without rc in it). +You can select the tag in the version dropdown in the top left corner of GitLab (below the menu bar). If the highest number stable branch is unclear please check the [GitLab Blog](https://about.gitlab.com/blog/) for installation guide links by version. |