Merge pull request #123 from kennydee/fix-website-readme

Small improvement on the website readme.md
This commit is contained in:
Christopher Chedeau 2015-03-05 09:23:21 -08:00
Родитель c0b0111e3a b05ca6e604
Коммит 990979f8a6
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,14 @@ The first time, get all the dependencies loaded via
npm install npm install
``` ```
You also have to run `npm install` inside the `react-docgen` folder. This is only temporary until `react-docgen` is available as npm module.
```
cd react-docgen
npm install
cd ..
```
Then, run the server via Then, run the server via
``` ```