From 86bdbf967c58882316d28c7486b60bfb53d4c5bc Mon Sep 17 00:00:00 2001
From: Max <contact@mstoiber.com>
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 b54d06ab6..61e18ef95 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:
-- 
GitLab