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 ```