From cc42bf784e52f7e6eed8f46e0190dbc066372a19 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas <riyad@informatik.uni-bremen.de> Date: Sat, 22 Dec 2012 15:16:16 +0100 Subject: [PATCH] Fix sudo install command in installation guide Fixes #2334 --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- GitLab