Skip to content

Commit

Permalink
Add a note about Pro registry access to the README
Browse files Browse the repository at this point in the history
As some people seem to have troubles finding this information.

Fixes #360
  • Loading branch information
devoto13 committed Apr 20, 2022
1 parent 9594f8c commit 6d65f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Official Angular component for Font Awesome 5+

## Installation

If you have [FontAwesome Pro](https://fontawesome.com/plans) subscription, make sure to [configure access](https://fontawesome.com/docs/web/setup/packages#_1-configure-access) before following the installation instructions.

Using `ng add`:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/using-other-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The general workflow of adding a new icon:
1. Install a package containing the icon if not already installed (use style name from the previous step and see full package names below).
1. Import the icon from the installed package and use it in your application using either [icon library](./icon-library.md) or [explicit references](./explicit-reference.md) approach.

Packages prefixed with `free` are available for everybody, while packages prefixed with `pro` require a [Font Awesome Pro](https://fontawesome.com/pro) subscription and require [additional configuration](https://fontawesome.com/how-to-use/on-the-web/setup/using-package-managers#installing-pro).
Packages prefixed with `free` are available for everybody, while packages prefixed with `pro` require a [Font Awesome Pro](https://fontawesome.com/plans) subscription and [additional configuration](https://fontawesome.com/docs/web/setup/packages#_1-configure-access).

## Solid Icons

Expand Down

0 comments on commit 6d65f9c

Please sign in to comment.