Commit f314d3e68fb0455aff7061ceb8f898e97d22d839

Authored by Dmitriy Zaporozhets
1 parent e440da62

Fix installation docs

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
doc/install/installation.md
... ... @@ -193,11 +193,14 @@ See `doc/install/databases.md`
193 193  
194 194 ## Clone the Source
195 195  
196   - # Clone the latest stable release
197   - sudo -u gitlab -H git clone -b stable https://github.com/gitlabhq/gitlabhq.git gitlab
  196 + # Clone GitLab repository
  197 + sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab
  198 +
  199 + # Checkout to stable release
  200 + sudo -u gitlab -H git checkout 4-0-stable
198 201  
199 202 **Note:**
200   -You can change `stable` to `master` if you want the *bleeding edge* version, but
  203 +You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but
201 204 do so with caution!
202 205  
203 206 ## Configure it
... ...