docs: add installation via yarn

This commit is contained in:
Afranio Alves 2023-10-06 11:19:09 +01:00 committed by GitHub
parent 9ffa9136e8
commit eae3e0b310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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