Browse Source

Merge pull request #3503 from aredridel/patch-1

npm without -g should never need sudo
main
Paul O’Shannessy 10 years ago
parent
commit
e02e4b120f
  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 ```sh
$ cd react/docs $ cd react/docs
$ bundle install # Might need sudo. $ bundle install # Might need sudo.
$ npm install # Might need sudo. $ npm install
``` ```
### Instructions ### Instructions

Loading…
Cancel
Save