docs(getting-started): use official homebrew cask (#607)
Update Homebrew install instructions to use the official Homebrew Cask now that DBX is available in homebrew/cask.
This commit is contained in:
parent
36923fa581
commit
d87bd4ad91
|
|
@ -16,7 +16,7 @@ description: 安装 DBX、创建第一个连接,并了解桌面版、Docker
|
|||
使用 Homebrew 安装:
|
||||
|
||||
```bash
|
||||
brew install --cask t8y2/tap/dbx
|
||||
brew install --cask dbx
|
||||
```
|
||||
|
||||
之后可用以下命令更新:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ This guide gets you through three things:
|
|||
Install with Homebrew:
|
||||
|
||||
```bash
|
||||
brew install --cask t8y2/tap/dbx
|
||||
brew install --cask dbx
|
||||
```
|
||||
|
||||
Update later with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue