From 106d8d8ff2a3d3a3e51c039b0b1c48222591af83 Mon Sep 17 00:00:00 2001 From: Martti Laine Date: Thu, 8 Oct 2020 17:45:54 +0300 Subject: [PATCH] Remove sudo from Installation-instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d49ae2..97ed88c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ make sure you have [node](http://nodejs.org/) installed on your machine first. Installing should then be as easy as: ``` bash -sudo npm install -g disc +npm install -g disc ``` ## Command-Line Interface ##