Unverified Commit c02d5261 authored by Chamed's avatar Chamed Committed by GitHub

Changing step in "How can I use pro icons?" documentation.

It can be a little bit confusing when you say this "directory". it looks like "lib/fonts" directory. I had a little trouble until I figured it out :/
parent 4fd74f52
......@@ -83,7 +83,7 @@ a public github repository or other public file sharing services.
* run `flutter packages get`
* Download your font awesome pro icons (web version)
* Move all `.ttf` files from the `webfonts` directory to this package's lib/fonts (replace existing fonts)
* Move `icons.json` from `metadata` to this directory
* Move `icons.json` from `metadata` to the root of your working directory (same directory of tools)
* Run `./tool/update.sh`
* Add version `>= 4.7.0` to your project's dependencies, Override it with the path to your local installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment