Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Oct 12, 2016
1 parent 8fe8308 commit af3ed49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,16 @@ yarn global add getstorybook
getstorybook --use-yarn
```

`getstorybook` will identify it's installed with yarn and it'll use yarn to install deps.

> This is the way, if you wanna use yarn for all of your storybook projects.
If that's not the case, you can do this:

```
npm i -g getstorybook
getstorybook --use-yarn
```

For more information, refer [React Storybook](https://github.com/kadirahq/react-storybook) documentation.

0 comments on commit af3ed49

Please sign in to comment.