diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-08-27 18:11:55 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-08-28 12:07:04 +0200 |
commit | e09e34b7534d5925507d0bd255ceb4bbfc8848ea (patch) | |
tree | be658e56feb1cdd5d91dbf710e0186163aff4588 | |
parent | 7626602f75b3ace16eb963672b12d2047f92a628 (diff) | |
download | gitlab-ci-e09e34b7534d5925507d0bd255ceb4bbfc8848ea.tar.gz |
Checkout the right branch in installation docs
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index 9aedf56..f51ba8a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -99,6 +99,8 @@ You can use either MySQL or PostgreSQL. cd gitlab-ci + sudo -u gitlab_ci -H git checkout 3-1-stable + ## 6. Setup application # Edit application settings |