Skip to content

Commit

Permalink
Updates docs to show one line command to add basic packages (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
skspade authored and robmadole committed Nov 25, 2019
1 parent 14a3b8f commit bf26f89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ $ npm i --save @fortawesome/fontawesome-svg-core
$ npm i --save @fortawesome/free-solid-svg-icons
$ npm i --save @fortawesome/react-fontawesome
```
or
```
$ npm i --save @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome
```

Or with Yarn:

Expand All @@ -85,6 +89,10 @@ $ yarn add @fortawesome/fontawesome-svg-core
$ yarn add @fortawesome/free-solid-svg-icons
$ yarn add @fortawesome/react-fontawesome
```
or
```
$ yarn add @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome
```

## Add more styles or Pro icons

Expand Down

0 comments on commit bf26f89

Please sign in to comment.