diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-22 15:16:16 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2012-12-22 15:16:16 +0100 |
commit | cc42bf784e52f7e6eed8f46e0190dbc066372a19 (patch) | |
tree | 2c2f1dd4fd9dfa31cca90543457c40685b9d6326 /doc | |
parent | 988e6ac2058881429ced53323e954c2e029de2c9 (diff) | |
download | gitlab-ce-cc42bf784e52f7e6eed8f46e0190dbc066372a19.tar.gz |
Fix sudo install command in installation guide
Fixes #2334
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 ef42770e019..720ac4c3084 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -36,7 +36,7 @@ The GitLab installation consists of setting up th following components: to install it first. # run as root - apt-get update && apt-get upgrade && apt-get install sudo vim + apt-get update && apt-get upgrade && apt-get install sudo Make sure your system is up-to-date: |