Skip to content

Commit 77adeda

Browse files
Add NPM installation to README
1 parent a980743 commit 77adeda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Usage
77
------
88
You can choose to install this package with Bower, or simply download the current version of the stylesheet. In both cases, you must still include Bootstrap's JavaScript file to have functional dropdowns, modals, etc.
99

10+
#### Installation with NPM
11+
CSH Material Bootstrap is available via NPM. Simply run the following command to add the package to your project:
12+
13+
```
14+
npm install --save csh-material-bootstrap
15+
```
16+
1017
#### Installation with Bower
1118
CSH Material Bootstrap is available via Bower. Simply run the following command to add the package to your project:
1219

0 commit comments

Comments
 (0)