chore: Update install links

This commit is contained in:
Marc Rousavy
2023-09-25 13:04:22 +02:00
parent 706341fbdb
commit 979656d379
4 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
if which swiftlint >/dev/null; then
cd ios && swiftlint --quiet --fix && swiftlint --quiet
else
echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
echo "warning: SwiftLint not installed, install with 'brew install swiftlint' (or manually from https://github.com/realm/SwiftLint)"
fi