Skip to content

Commit 10bf3dd

Browse files
committed
fix: use fully qualified Homebrew formula name
The shorthand `brew install harveyrandall/bsky-cli` does not resolve the formula automatically. The explicit form with tap/formula (`harveyrandall/bsky-cli/bsky-cli`) is required.
1 parent 666abeb commit 10bf3dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bun add -g @harveyrandall/bsky-cli
2727
### Homebrew (macOS / Linux)
2828

2929
```bash
30-
brew install harveyrandall/bsky-cli
30+
brew install harveyrandall/bsky-cli/bsky-cli
3131
```
3232

3333
### Download a binary

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
=== "Homebrew"
3535

3636
```bash
37-
brew install harveyrandall/bsky-cli
37+
brew install harveyrandall/bsky-cli/bsky-cli
3838
```
3939

4040
=== "curl"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A command-line client for [Bluesky](https://bsky.app), built with TypeScript.
2323
=== "Homebrew"
2424

2525
```bash
26-
brew install harveyrandall/bsky-cli
26+
brew install harveyrandall/bsky-cli/bsky-cli
2727
```
2828

2929
=== "Binary"

0 commit comments

Comments
 (0)