#916 mention -g is for running cli tool

This commit is contained in:
Daniel Duan 2017-10-31 11:55:59 -04:00 committed by GitHub
parent fa99f379a0
commit 0a8e9d706c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ cd my-project-directory
npm i -g @storybook/cli
getstorybook
```
The `-g` global install is used to run our cli tool in your project directory to generate templates for your existing projects. To avoid the global install, take a look at our [Slow Start Guide](/basics/slow-start-guide/).
This will configure your app for Storybook. After that, you can run your Storybook with: