Skip to content

Commit b0c633b

Browse files
authored
update setup instructions
1 parent 22ee953 commit b0c633b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,22 @@ Awesome Bootstrap Checkbox
88

99
[Font Awesome][] [Bootstrap][] Checkboxes & Radios plugin. Pure CSS way to make inputs look prettier. **No Javascript!**
1010

11-
For **[Bootstrap 4 Beta version][]** please checkout [bump-to-bootstrap4][] branch!
11+
For **[Bootstrap 4 version][]** please checkout [bump-to-bootstrap4][] branch!
1212

1313
**[Demo][]**
1414

1515
Use
1616
------------
1717

18-
First just include **awesome-bootstrap-checkbox.css** somewhere in your HTML, or add the equivalent files to your [Sass](#using-sass) / [Less](#using-less) configuration.
18+
To install latest via NPM simply run
19+
```shell
20+
$ npm install awesome-bootstrap-checkbox # for Bootstrap 4 version
21+
$ npm install [email protected] # for Bootstrap 3 version
22+
```
23+
24+
There is a separate [README.md][] file for **[Bootstrap 4 version][]**.
25+
26+
Then just include **awesome-bootstrap-checkbox.css** somewhere in your HTML, or add the equivalent files to your [Sass](#using-sass) / [Less](#using-less) configuration.
1927
Next, everything is based on code convention. Here is checkbox markup from Bootstrap site:
2028

2129
````html
@@ -178,10 +186,11 @@ Based on the [Official Bootstrap Sass port][Bootstrap Sass] and the awesome [Fon
178186

179187
[Demo]: http://flatlogic.github.io/awesome-bootstrap-checkbox/demo/
180188
[Bootstrap]: http://getbootstrap.com/
181-
[Bootstrap 4 Beta version]: https://getbootstrap.com/
189+
[Bootstrap 4 version]: https://getbootstrap.com/
182190
[bump-to-bootstrap4]: https://github.com/flatlogic/awesome-bootstrap-checkbox/tree/bump-to-bootstrap4
183191
[Bootstrap Sass]: https://github.com/twbs/bootstrap-sass
184192
[Font Awesome]: https://github.com/FortAwesome/Font-Awesome
185193
[Glyphicons]: http://getbootstrap.com/components/#glyphicons
186194
[Sass]: http://sass-lang.com/
187195
[Less]: http://lesscss.org/
196+
[README.md]: https://github.com/flatlogic/awesome-bootstrap-checkbox/tree/bump-to-bootstrap4

0 commit comments

Comments
 (0)