From db66558ffec331fdf2674145648a59727bbc0fa1 Mon Sep 17 00:00:00 2001 From: simsausaurabh Date: Fri, 16 Feb 2018 16:24:04 +0530 Subject: [PATCH] remove sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7531c68..6e4f5a3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The goal is to have a demo version that is automatically deployed from our repos * `sudo apt-get install nasm` * `sudo apt-get install libpng-dev` * `sudo apt-get install dh-autoreconf` -2. Run `sudo npm install -g gulp` to install `gulp` systemwide as a tool to run the task. +2. Run `npm install -g gulp` to install `gulp` systemwide as a tool to run the task. 3. Clone this repo from `https://github.com/loklak/loklak_webclient.git` 4. Create your custom settings file by doing `cp configFile.json custom_configFile.json`.