Unverified Commit 3485f89f authored by Michael Spiss's avatar Michael Spiss Committed by GitHub

Fix markdown

parent acb7029f
......@@ -76,14 +76,14 @@ icon fonts and want to use them with Flutter, please follow these instructions.
to keep these files private. This includes **not** uploading your package to
a public github repository or other public file sharing services.
*Download this package's newest release, extract the folder, move it to a location of your choice and go to that directory
*Remove #s from pubspec.yaml at the indicated position
*run flutter packages get
*Download your font awesome pro icons (web version)
*Move icons.json from metadata to this directory
*Move all .ttf files from the webfonts directory to this package's lib/fonts (replace existing fonts)
*Run ./tool/update.sh
*Add version >= 4.7.0 to your project's dependencies, Override it with the path to your local installation
* Download this package's [newest release](https://github.com/fluttercommunity/font_awesome_flutter/archive/master.zip), extract the folder, move it to a location of your choice and go to that directory
* Remove `#`s from `pubspec.yaml` at the indicated position
* run `flutter packages get`
* Download your font awesome pro icons (web version)
* Move `icons.json` from `metadata` to this directory
* Move all `.ttf` files from the `webfonts` directory to this package's lib/fonts (replace existing fonts)
* Run `./tool/update.sh`
* Add version `>= 4.7.0` to your project's dependencies, Override it with the path to your local installation
```yaml
dependencies:
......
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