Browse Source

npm without -g should never need sudo

main
Aria Stewart 10 years ago
parent
commit
cdbfb3894d
  1. 2
      README.md

2
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

Loading…
Cancel
Save