From cdbfb3894ded9efe1ccfdb349f8fd279aeb467b3 Mon Sep 17 00:00:00 2001 From: Aria Stewart Date: Tue, 24 Mar 2015 19:47:31 -0700 Subject: [PATCH] npm without -g should never need sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2337a7bf..50448f4a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Once you have RubyGems and installed Bundler (via `gem install bundler`), use it ```sh $ cd react/docs $ bundle install # Might need sudo. -$ npm install # Might need sudo. +$ npm install ``` ### Instructions