Skip to content

Commit 8681276

Browse files
nnennajohnbtford
authored andcommitted
docs(tutorial/index): add directions for installing bower
1 parent 92e8289 commit 8681276

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/content/tutorial/index.ngdoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,12 @@ node --version
112112
</a>.
113113
</div>
114114

115-
Once you have Node.js installed on your machine you can download the tool dependencies by running:
115+
To install bower:
116+
```
117+
npm install -g bower
118+
```
119+
120+
Once you have Node.js and Bower installed on your machine you can download the tool dependencies by running:
116121

117122
```
118123
npm install

0 commit comments

Comments
 (0)