Skip to content

Commit dbccba1

Browse files
committed
Add bower to development readme
1 parent 245129a commit dbccba1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ You can also import the theme into your styles using SASS.
3434

3535
Development
3636
------------
37-
You must have Node and Grunt CLI installed. To install Grunt CLI, run: `npm install -g grunt-cli`. Once you have those tools installed, clone this repo and run the following commands to install dependencies:
37+
You must have Node + NPM, Grunt CLI, and Bower installed.
38+
39+
* To install Grunt CLI, run: `npm install -g grunt-cli`
40+
* To install Bower, run: `npm install -g bower`
41+
42+
Once you have those tools installed, clone this repo and run the following commands to install dependencies:
3843

3944
```
4045
npm install

0 commit comments

Comments
 (0)