docs(tutorial/index): add directions for installing bower

This commit is contained in:
nnennajohn
2014-04-22 09:10:36 -07:00
committed by Brian Ford
parent 92e8289c12
commit 8681276590

View File

@@ -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