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
path: root/doc
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-22 18:16:16 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-22 18:16:16 +0400
commitcc42bf784e52f7e6eed8f46e0190dbc066372a19 (patch)
tree2c2f1dd4fd9dfa31cca90543457c40685b9d6326 /doc
parent988e6ac2058881429ced53323e954c2e029de2c9 (diff)
Fix sudo install command in installation guide
Fixes #2334
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
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: