mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
docs: add installation via yarn
This commit is contained in:
parent
9ffa9136e8
commit
eae3e0b310
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ To install via npm, simply do the following:
|
|||
```bash
|
||||
$ npm install boxicons --save
|
||||
```
|
||||
or install via yarn
|
||||
|
||||
```bash
|
||||
$ yarn add boxicons
|
||||
```
|
||||
import the module
|
||||
|
||||
```javscript
|
||||
|
|
Loading…
Reference in a new issue