Commit cc42bf784e52f7e6eed8f46e0190dbc066372a19

Authored by Riyad Preukschas
1 parent 988e6ac2

Fix sudo install command in installation guide

Fixes #2334
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
... ... @@ -36,7 +36,7 @@ The GitLab installation consists of setting up th following components:
36 36 to install it first.
37 37  
38 38 # run as root
39   - apt-get update && apt-get upgrade && apt-get install sudo vim
  39 + apt-get update && apt-get upgrade && apt-get install sudo
40 40  
41 41 Make sure your system is up-to-date:
42 42  
... ...