Skip to content

Commit 36c1561

Browse files
committed
Fix Homebrew tap instructions
1 parent 4d0ba96 commit 36c1561

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

HOMEBREW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This repository can be used as a Homebrew tap.
44

55
```bash
6-
brew tap driade/context-editor
7-
brew install --cask contexteditor
6+
brew tap driade/context-editor https://github.com/driade/context-editor
7+
brew install --cask driade/context-editor/contexteditor
88
```
99

1010
Homebrew will install the signed and notarized app from the matching GitHub release.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ The current public release is `v0.1.2`.
5252
## Homebrew
5353

5454
```bash
55-
brew tap driade/context-editor
56-
brew install --cask contexteditor
55+
brew tap driade/context-editor https://github.com/driade/context-editor
56+
brew install --cask driade/context-editor/contexteditor
5757
```
5858

5959
This tap installs the notarized app published in GitHub Releases.

0 commit comments

Comments
 (0)