Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-23 15:57:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-23 15:57:40 +0400
commitf314d3e68fb0455aff7061ceb8f898e97d22d839 (patch)
treeb8fa22dde7125e976fdf63314e0c18a180c408c8
parente440da62b847ba8d6a272f7b87ce81dcf3179f84 (diff)
Fix installation docs
-rw-r--r--doc/install/installation.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 04c88cf2275..b83d3b9915c 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -193,11 +193,14 @@ See `doc/install/databases.md`
## Clone the Source
- # Clone the latest stable release
- sudo -u gitlab -H git clone -b stable https://github.com/gitlabhq/gitlabhq.git gitlab
+ # Clone GitLab repository
+ sudo -u gitlab -H git clone https://github.com/gitlabhq/gitlabhq.git gitlab
+
+ # Checkout to stable release
+ sudo -u gitlab -H git checkout 4-0-stable
**Note:**
-You can change `stable` to `master` if you want the *bleeding edge* version, but
+You can change `4-0-stable` to `master` if you want the *bleeding edge* version, but
do so with caution!
## Configure it