Unverified Commit 087c07b7 authored by Michael Spiss's avatar Michael Spiss Committed by GitHub

Fix ambiguous directory location, Add notes for windows users

Fixes #109 by defining a full path for each step
Adds mention of update.bat for windows users and a note about third party shells
parent de7ff8d2
...@@ -80,10 +80,11 @@ a public github repository or other public file sharing services. ...@@ -80,10 +80,11 @@ a public github repository or other public file sharing services.
* 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 all `.ttf` files from the `webfonts` directory to `/path/to/your/font_awesome_flutter/lib/fonts` (replace existing fonts)
* Move all `.ttf` files from the `webfonts` directory to this package's lib/fonts (replace existing fonts) * Move `icons.json` from `metadata` to `/path/to/your/font_awesome_flutter`
* Run `./tool/update.sh` * From there run `./tool/update.sh` on linux or `.\tool\update.bat` on windows
* Add version `>= 4.7.0` to your project's dependencies, Override it with the path to your local installation * _Note for windows users:_ Please run the script only in cmd or powershell. Flutter is known to have problems with third-party shells.
* 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