Skip to content

Commit

Permalink
Edit cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Jun 6, 2018
1 parent 16af704 commit a0456fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -37,7 +37,8 @@ export default props =>
<Button>Button</Button>
```

Start the development server.
Be sure to install any local dependencies, including `react`,
and start the development server.

```sh
kit examples
Expand Down
1 change: 1 addition & 0 deletions cli/README.md
Expand Up @@ -9,6 +9,7 @@ $ npm install --global @compositor/kit-cli
## Development Server

Run the Kit dev server with a folder of example components or a single component.
Be sure that any local dependencies, including `react` are installed.

```sh
kit examples
Expand Down

0 comments on commit a0456fb

Please sign in to comment.