From 8033f588741e85a8f130a7cb2ba33ac41ca51719 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 17 Jul 2016 19:49:08 +0200 Subject: [PATCH] Fix contributing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54d06ab6ba..61e18ef955b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ This project is an attempt to figure out a good way to start developing React ap ## Contibuting -Clone the repo and run `npm install`. +Clone the repo and run `npm install` in the root and the `global-cli` folder. Once it is done, you can modify any file locally and run `npm start` or `npm run build` just like in a generated project. If you want to try out the end-to-end flow with the global CLI, you can do this too: