From 17c9dffed47d105e0872b7944cd6720571129d22 Mon Sep 17 00:00:00 2001 From: Jon Tewksbury Date: Fri, 12 Feb 2016 23:20:52 -0800 Subject: [PATCH] Add npm install instructions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d6aa2f2bc0..293a5cfb89 100644 --- a/README.md +++ b/README.md @@ -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.