Skip to content

Commit

Permalink
Update the instructions to show bower being installed separately.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Oct 1, 2013
1 parent d242771 commit 7334adf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -60,8 +60,11 @@ npm i -gq grunt-cli bower
# Optionally install coveralls (integration is baked in with Travis CI).
npm i -gq coveralls

# Install NPM and Bower dependencies (Bower is hooked up in package.json).
# Install NPM dependencies.
npm i -q

# Install Bower dependencies.
bower i -s
```

## Build process ##
Expand Down

0 comments on commit 7334adf

Please sign in to comment.