Skip to content

Commit

Permalink
Clarify bower instructions
Browse files Browse the repository at this point in the history
Bower needs to be installed, if your app uses it.
  • Loading branch information
oskarrough committed Feb 12, 2017
1 parent 1edcb0b commit 71be44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ now
## How to setup deployment for your own ember-cli project

Add the `serve` package, which `now` will use to serve the static website.
Add the `serve` package, which `now` will use to serve the static website. Bower will need to be installed locally as well, if you use it.

```bash
yarn add serve
yarn add bower
```

Update `engines` in `package.json` to at least node version 7.
Expand Down

0 comments on commit 71be44e

Please sign in to comment.