diff --git a/README.md b/README.md index 6c6ad6a2..ad97d346 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ `LicensePlist` is a command-line tool that automatically generates a Plist of all your dependencies, including files added manually(specified by [YAML config file](https://github.com/mono0926/LicensePlist/blob/master/Tests/LicensePlistTests/Resources/license_plist.yml)) or using `Carthage` or `CocoaPods`. All these licenses then show up in the Settings app. +![Flow](Screenshots/flow.png) + ![Demo](https://github.com/mono0926/Resource/raw/master/LicensePlist/LicensePlist.gif) App Setting Root | License List | License Detail diff --git a/Screenshots/flow.png b/Screenshots/flow.png new file mode 100644 index 00000000..ebb0dc3a Binary files /dev/null and b/Screenshots/flow.png differ