Commit fc80592ea1cb67cd65498a8b5f332848696b0356

Authored by Ben Bodenmiller
1 parent d58aca06

details on looking for correct installation guide

addresses gitlabhq/gitlabhq#3809
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
doc/install/installation.md
  1 +# Select Version to Install
  2 +Make sure you view this installation guide from the branch (version) of GitLab you would like to install. In most cases
  3 +this should be the highest numbered stable branch (example shown below).
  4 +
  5 +![capture](https://f.cloud.github.com/assets/1192780/564911/2f9f3e1e-c5b7-11e2-9f89-98e527d1adec.png)
  6 +
  7 +If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installation guide links by version.
  8 +
1 9 # Important notes
2 10  
3 11 This installation guide was created for and tested on **Debian/Ubuntu** operating systems. Please read [`doc/install/requirements.md`](./requirements.md) for hardware and operating system requirements.
... ...