From 96f158e84bc33232f0f1fe42d712cdfff51afb0f Mon Sep 17 00:00:00 2001 From: Chris Bolin Date: Thu, 25 Feb 2016 12:28:06 -0500 Subject: [PATCH] Make explicit, add npm install --- lessons/01-setting-up.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lessons/01-setting-up.md b/lessons/01-setting-up.md index b28a15df..3fb11455 100644 --- a/lessons/01-setting-up.md +++ b/lessons/01-setting-up.md @@ -9,9 +9,10 @@ up our project. ## Clone the Tutorial ``` -git clone +git clone https://github.com/reactjs/react-router-tutorial cd react-router-tutorial git checkout start +npm install npm start ```