From 44827ddea0102f9935b00131996c308819452d67 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Cuchi Date: Thu, 20 Oct 2016 09:26:37 -0200 Subject: [PATCH] Small fix in the README There is no necessity to have `root` permissions to install a npm package to a local project, this is also a very common bad practice. So I am just removing the `[sudo]`, because it can mislead users to do it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fcbee4c..1e4b4391 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple CLI tool for ensuring that a given script runs continuously (i.e. forev ``` bash $ cd /path/to/your/project - $ [sudo] npm install forever-monitor + $ npm install forever-monitor ``` ## Usage