Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(tutorial/index): add directions for installing bower
Browse files Browse the repository at this point in the history
  • Loading branch information
nnennajohn authored and btford committed Apr 22, 2014
1 parent 92e8289 commit 8681276
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/tutorial/index.ngdoc
Expand Up @@ -112,7 +112,12 @@ node --version
</a>.
</div>

Once you have Node.js installed on your machine you can download the tool dependencies by running:
To install bower:
```
npm install -g bower
```

Once you have Node.js and Bower installed on your machine you can download the tool dependencies by running:

```
npm install
Expand Down

1 comment on commit 8681276

@petebacondarwin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarified via eda00ce

Please sign in to comment.