Skip to content

Commit

Permalink
#916 mention -g is for running cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan authored Oct 31, 2017
1 parent fa99f37 commit 0a8e9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/basics/quick-start-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0a8e9d7

Please sign in to comment.