diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-04-12 13:03:00 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-04-12 13:03:00 +0100 |
commit | 2edcd9d0ab5f8b55be898217db71d3b8cf93333a (patch) | |
tree | fcf6770aaf46c7484831c81a186c35a44bc827ce /doc/install | |
parent | 54b13dd4057243dcfcf36e07f25cdac805142e52 (diff) | |
download | gitlab-ce-2edcd9d0ab5f8b55be898217db71d3b8cf93333a.tar.gz |
Fix indentation
Diffstat (limited to 'doc/install')
-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 d120b9342b6..85174b64ff7 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -301,7 +301,7 @@ sudo usermod -aG redis git ### Clone the Source # Clone GitLab repository -sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-7-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-7-stable gitlab **Note:** You can change `10-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! |