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. ...@@ -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 to keep these files private. This includes **not** uploading your package to
a public github repository or other public file sharing services. 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 * 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 * Remove `#`s from `pubspec.yaml` at the indicated position
*run flutter packages get * run `flutter packages get`
*Download your font awesome pro icons (web version) * Download your font awesome pro icons (web version)
*Move icons.json from metadata to this directory * 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) * Move all `.ttf` files from the `webfonts` directory to this package's lib/fonts (replace existing fonts)
*Run ./tool/update.sh * Run `./tool/update.sh`
*Add version >= 4.7.0 to your project's dependencies, Override it with the path to your local installation * Add version `>= 4.7.0` to your project's dependencies, Override it with the path to your local installation
```yaml ```yaml
dependencies: 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