Skip to content

Commit cc89a1e

Browse files
committed
fix(docs): use correct homebrew tap name 'harveyrandall/tools/bsky-cli'
1 parent 07153bb commit cc89a1e

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
@@ -33,7 +33,7 @@ bun add -g @harveyrandall/bsky-cli
3333
### Homebrew (macOS / Linux)
3434

3535
```bash
36-
brew install harveyrandall/bsky-cli/bsky-cli
36+
brew install harveyrandall/tools/bsky-cli
3737
```
3838

3939
### 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/bsky-cli
37+
brew install harveyrandall/tools/bsky-cli
3838
```
3939

4040
=== "curl"

docs/index.md

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

2828
```bash
29-
brew install harveyrandall/bsky-cli/bsky-cli
29+
brew install harveyrandall/tools/bsky-cli
3030
```
3131

3232
=== "Binary"

0 commit comments

Comments
 (0)