Skip to content

Commit

Permalink
Fix #220 by removing first /
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Jul 30, 2022
1 parent 7292c0a commit d3f1f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,7 +76,7 @@ dependencies:

dependency_overrides:
font_awesome_flutter:
path: /path/to/your/font_awesome_flutter
path: path/to/your/font_awesome_flutter
...
```

Expand All @@ -88,7 +88,7 @@ a public github repository or other public file sharing services.
* Go to the location of your custom font_awesome_flutter version (see [setup](#setup))
* Download the web version of font awesome pro and open it
* Move **all** `.ttf` files from the `webfonts` directory and `icons.json` from `metadata` to
`/path/to/your/font_awesome_flutter/lib/fonts`. Replace existing files.
`path/to/your/font_awesome_flutter/lib/fonts`. Replace existing files.
* Run the configurator. It should say "Custom icons.json found"

It may be required to run `flutter clean` in apps who use this version for changes to appear.
Expand Down

0 comments on commit d3f1f8e

Please sign in to comment.