Skip to content

Commit

Permalink
Merge pull request #123 from kennydee/fix-website-readme
Browse files Browse the repository at this point in the history
Small improvement on the website readme.md
  • Loading branch information
vjeux committed Mar 5, 2015
2 parents c0b0111 + b05ca6e commit 990979f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The first time, get all the dependencies loaded via
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

```
Expand Down

0 comments on commit 990979f

Please sign in to comment.