Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2019-08-15 05:28:45 +0300
committerMark Otto <otto@github.com>2019-08-15 05:40:55 +0300
commit1cf4e4b698ad45a514621eb51152f9827ec5d39c (patch)
tree98dd184957e2344da17defcb40c4f674fe8f1510 /README.md
parent6f874226e692689e4a91122aff825d0926f9d9ef (diff)
Clarify installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb84d06c2..2ce27b714 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
## Install
+Bootstrap Icons are packaged up and published to npm. We only include the processed SVGs in this package—it's up to you and your team to implement. [Read our docs](https://icons.getbootstrap.com) at for usage instructions.
+
```
npm i bootstrap-icons --save
```