From de9c4e7f0af9b9cd0d9a73e312bcc3b73f2c0fde Mon Sep 17 00:00:00 2001 From: Felipe Marino Date: Sun, 28 Jan 2024 19:04:24 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.