Skip to content

Commit 0095dee

Browse files
authored
fix: correct homebrew and scoop package name in README (#21)
The formula is published as verda-cli, not verda.
1 parent 5e19808 commit 0095dee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ VERDA_INSTALL_DIR=~/.local/bin curl -sSL https://raw.githubusercontent.com/verda
2323
### Homebrew (macOS / Linux)
2424

2525
```bash
26-
brew install verda-cloud/tap/verda
26+
brew install verda-cloud/tap/verda-cli
2727
```
2828

2929
### Scoop (Windows)
3030

3131
```powershell
3232
scoop bucket add verda https://github.com/verda-cloud/homebrew-tap
33-
scoop install verda
33+
scoop install verda-cli
3434
```
3535

3636
### Linux packages (deb / rpm / apk)

0 commit comments

Comments
 (0)