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

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

Lines changed: 6 additions & 1 deletion
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)