diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2014-11-26 16:04:53 +0000 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2014-11-26 16:04:53 +0000 |
commit | c431ae419d75ea79ed22a5107c261e60f40f24a9 (patch) | |
tree | 9672725f6b5a90900735e61c46f680d1e7b45d80 | |
parent | b70cee9c2fde878d77b1540c31e7560ea9f97460 (diff) | |
parent | 3e60dd7cb510fa00794701925ae0776332c09163 (diff) | |
download | gitlab-ce-c431ae419d75ea79ed22a5107c261e60f40f24a9.tar.gz |
Merge branch 'select-a-tag' into 'master'
Select a tag
Related to #1603.
Prevent users looking to install GitLab from source from installing a release candidate by mistake.
See merge request !1274
-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..263259bc2f9 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). - - +Make sure you view [this installation guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md) from the tag (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. |