docs(readme): use official homebrew cask
Update Homebrew install instructions to use the official Homebrew Cask now that DBX is available in homebrew/cask.
This commit is contained in:
parent
0a2fc8af34
commit
d3b730f900
|
|
@ -167,7 +167,7 @@ Download the latest release from the [Releases](https://github.com/t8y2/dbx/rele
|
|||
**Homebrew (macOS):**
|
||||
|
||||
```bash
|
||||
brew install --cask t8y2/tap/dbx
|
||||
brew install --cask dbx
|
||||
```
|
||||
|
||||
**Scoop (Windows):**
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ dbx query local "select 1" --json
|
|||
**Homebrew (macOS):**
|
||||
|
||||
```bash
|
||||
brew install --cask t8y2/tap/dbx
|
||||
brew install --cask dbx
|
||||
```
|
||||
|
||||
**Scoop (Windows):**
|
||||
|
|
|
|||
Loading…
Reference in New Issue