diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 13:58:41 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-23 13:58:41 +0200 |
commit | 6a932d0af511623ab2f9e9e00a28b0cbfd664372 (patch) | |
tree | 23f2af92485c3d022d275753637c379dbc40b1e2 /doc/install | |
parent | f314d3e68fb0455aff7061ceb8f898e97d22d839 (diff) | |
download | gitlab-ce-6a932d0af511623ab2f9e9e00a28b0cbfd664372.tar.gz |
Add missing cdv4.0.0
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index b83d3b9915c..718e4cf6419 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -195,6 +195,9 @@ See `doc/install/databases.md` # Clone GitLab repository sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab + + # Go to gitlab dir + cd /home/gitlab/gitlab # Checkout to stable release sudo -u gitlab -H git checkout 4-0-stable |