Skip to content
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ go install github.com/MustacheCase/zanadir@latest
Or using Homebrew:

```sh
# Install using Homebrew
brew tap MustacheCase/zanadir
# Install using Homebrew (custom tap)
brew tap --custom-remote MustacheCase/zanadir https://github.com/MustacheCase/zanadir.git
brew install zanadir
```

Expand Down
3 changes: 1 addition & 2 deletions scripts/update-brew-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ sed -i.bak "s/sha256 \"[^\"]*\"/sha256 \"$SHA256\"/" "$FORMULA_FILE"
# Clean up ALL backup files
rm -f "$FORMULA_FILE.backup" "$FORMULA_FILE.bak"

echo "Updated $FORMULA_FILE with version $VERSION_NUMBER and SHA256 $SHA256"
echo "Don't forget to commit and push these changes!"
echo "Updated $FORMULA_FILE with version $VERSION_NUMBER and SHA256 $SHA256"
Loading