Fix sudo install command in installation guide

Fixes #2334
This commit is contained in:
Riyad Preukschas 2012-12-22 15:16:16 +01:00
parent 988e6ac205
commit cc42bf784e
1 changed files with 1 additions and 1 deletions

View File

@ -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: