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

Commit 85ea376

Browse files
nnennajohnbtford
authored andcommitted
docs(tutorial/index): add directions for installing bower
1 parent 050aae3 commit 85ea376

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)