diff --git a/README.md b/README.md index 6a9bf531..1ddc4ba6 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,11 @@ The project is being initially developed and maintained by [Javier Velasco](http To work in the project you'd need a `node` version with ES6 syntax. Although the project is built using Babel we use some ES6 features in the development server. Also, the packages has been tested with `node 4.2.1`. Consider using [nvm](https://github.com/creationix/nvm) or [n](https://github.com/tj/n) to handle different node versions! -To start documentation site locally: +To start documentation site locally you'd need to install dependencies from the main package and also dependencies from the docs subproject: ``` git clone https://github.com/react-toolbox/react-toolbox.git +npm install cd docs/ npm install npm start