diff --git a/README.md b/README.md index 7ceee7b..6a701b3 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,13 @@ swift-package-info --for https://github.com/ReactiveX/RxSwift -v 6.0.0 --product ## Installation * Install [mint](https://github.com/yonaskolb/Mint). +* _Optionally_ run `export MINT_LINK_PATH="/usr/local/bin"` to symlink it * Run: `mint install marinofelipe/swift-package-info` +## Running it +* `mint run swift-package-info` +* or simply, `swift-package-info` in case it was symliked + ## Building Build from Swift Package Manager @@ -118,4 +123,4 @@ Such strategy has proven to be consistent with the size added to iOS apps downlo Special thanks to [@unnamedd](https://github.com/unnamedd) for sharing his experience with [swift-tools-support-core](https://github.com/apple/swift-tools-support-core) and on how to build a pretty 👌 report. ## Contributions -*Swift Package Info* is fully open and your contributions are more than welcome. \ No newline at end of file +*Swift Package Info* is fully open and your contributions are more than welcome.