Skip to content

Commit

Permalink
Include brew update command in Cloud CLI install docs (#4758)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
After discussion in [this
thread](https://dbt-labs.slack.com/archives/C051TUB7S9W/p1705431390401459?thread_ts=1705362864.627909&cid=C051TUB7S9W).

Also fixed a copy-paste mistake while I was there
  • Loading branch information
joellabes authored Jan 16, 2024
1 parent 0c57657 commit 0a62cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/docs/cloud/cloud-cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ During the public preview period, we recommend updating before filing a bug repo
<TabItem value="mac" label="macOS (brew)">
To update the dbt Cloud CLI, run `brew upgrade dbt`. (You can also use `brew install dbt`).
To update the dbt Cloud CLI, run `brew update` and then `brew upgrade dbt`.
</TabItem>
Expand All @@ -235,7 +235,7 @@ To update, follow the same process explained in [Windows](/docs/cloud/cloud-cli-
<TabItem value="linux" label="Linux (executable)">
To update, follow the same process explained in [Windows](/docs/cloud/cloud-cli-installation?install=linux#install-dbt-cloud-cli) and replace the existing `dbt` executable with the new one.
To update, follow the same process explained in [Linux](/docs/cloud/cloud-cli-installation?install=linux#install-dbt-cloud-cli) and replace the existing `dbt` executable with the new one.
</TabItem>
Expand Down

0 comments on commit 0a62cc1

Please sign in to comment.