From 235ce3883e6d7b7913d565d02ad58636322aff90 Mon Sep 17 00:00:00 2001 From: davebalmer Date: Sat, 9 Jan 2016 19:27:40 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ba37b5..9a6c1c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Simple comment-based static HTML build system that lets you reuse code snippets ### From NPM ```sh -npm install sniplicity +npm install -g sniplicity ``` ### From GitHub @@ -23,7 +23,7 @@ npm install sniplicity ```sh git clone https://github.com/davebalmer/sniplicity.git sniplicity cd sniplicity -sudo npm i +npm i ``` ## Run