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 050aae3ceb
commit 85ea376da2
+6 -1
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