Skip to content

Commit b8a48ce

Browse files
authored
Update Homebrew installation commands
1 parent a61c21b commit b8a48ce

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
3434
```bash
3535
# Homebrew
36-
brew install gregannandale/tap/hdi
37-
38-
# Manual
39-
curl -fsSL https://raw.githubusercontent.com/gregannandale/hdi/${{ steps.version.outputs.version }}/hdi -o ~/.local/bin/hdi
40-
chmod +x ~/.local/bin/hdi
36+
brew install grega/tap/hdi
37+
38+
# or:
39+
brew upgrade grega/tap/hdi
4140
```

0 commit comments

Comments
 (0)