Skip to content

Commit 79dc464

Browse files
committed
Merge branch 'fix/homebrew-tap-name' into main
Fix homebrew tap name in README, docs/index.md, and docs/getting-started.md from harveyrandall/bsky-cli/bsky-cli to harveyrandall/tools/bsky-cli.
2 parents 07153bb + cc89a1e commit 79dc464

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)