Skip to content

Commit 1cd7d73

Browse files
Update README with Bower instructions
1 parent 45045bf commit 1cd7d73

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ A material theme for [Bootstrap](http://getbootstrap.com) for use on [Computer S
55

66
Usage
77
------
8+
9+
#### Installation with Bower
10+
CSH Material Bootstrap is available via Bower. Simply run the following command to add the package to your project:
11+
12+
```
13+
bower install --save csh-material-bootstrap
14+
```
15+
16+
#### Manual Installation
817
Download `dist/csh-material-bootstrap.min.css` and replace Bootstrap's default stylesheet. You must still include Bootstrap's JavaScript file to have functional dropdowns, modals, etc.
918

1019
You can import a theme into your styles using SASS.
@@ -31,4 +40,4 @@ Contributing
3140
-------------
3241
**Issues:** Provide a detailed report of any bugs you encounter and open an issue on [GitHub](https://github.com/ComputerScienceHouse/csh-material-bootstrap/issues). Screenshots are appreciated!
3342

34-
**Code:** Fork this repo, make a fix, and submit it as a pull request.
43+
**Code:** Fork this repo, make a fix, and submit it as a pull request.

0 commit comments

Comments
 (0)