diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-06-05 09:28:28 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-06-05 09:28:28 +0000 |
commit | ea535bfbc56a18ebfbfdb2764e19a00ffc4b1d7f (patch) | |
tree | efc63fedb1d3558ae0c00419042a267d091b0c6c /doc | |
parent | 0e54777ee3e605201fad968a31de8c1c9c40e4a5 (diff) | |
download | gitlab-ce-ea535bfbc56a18ebfbfdb2764e19a00ffc4b1d7f.tar.gz |
Update installation.mddocs-11-0-installation-from-source-guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index f6bc9b8ed4a..73f399ff1d6 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -303,7 +303,7 @@ sudo usermod -aG redis git # Clone GitLab repository sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 11-0-stable gitlab -**Note:** You can change `11-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `11-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |