Add npm install instructions to readme

This commit is contained in:
Jon Tewksbury
2016-02-12 23:20:52 -08:00
parent d684b1598d
commit 17c9dffed4

View File

@@ -50,6 +50,12 @@ If you'd like to use [bower](http://bower.io), it's as easy as:
bower install --save react
```
And it's just as easy with [npm](http://npmjs.com):
```sh
npm i --save react
```
## Contribute
The main purpose of this repository is to continue to evolve React core, making it faster and easier to use. If you're interested in helping with that, then keep reading. If you're not interested in helping right now that's ok too. :) Any feedback you have about using React would be greatly appreciated.