Skip to content

Commit 53662cd

Browse files
Merge pull request #3 from sman591/readme-improvements
Add bower to development readme
2 parents fe3930d + dbccba1 commit 53662cd

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)