Skip to content

Commit

Permalink
docs: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cweili committed Jun 10, 2022
1 parent 95c4ce6 commit 85f3a09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Tiny [FontAwesome 5+][fontawesome] component for [Vue.js][vuejs].
**Notice:** vue-fa >= 3.x is based on Vue.js 3.x.

```shell
npm install vue-fa@next --save
npm install vue-fa --save
```

> Old versions:
Expand All @@ -35,6 +35,12 @@ npm install vue-fa@next --save
>
> `npm install vue-fa@2`
Install FontAwesome icons via [official packages][fontawesome-npm], for example:

```shell
npm install @fortawesome/free-solid-svg-icons
```

## Usage

```html
Expand Down

0 comments on commit 85f3a09

Please sign in to comment.