diff --git a/docs/reference/viam-server.md b/docs/reference/viam-server.md index e4e7f23205..c7ee7d3bae 100644 --- a/docs/reference/viam-server.md +++ b/docs/reference/viam-server.md @@ -379,7 +379,7 @@ The `viam-agent` and `viam-server` binaries are installed at /opt/viam/bin {{% tab name="macOS" %}} ```bash {class="line-numbers linkable-line-numbers"} -brew tap viamrobotics/brews && brew install viam-server +brew tap viamrobotics/brews && brew trust viamrobotics/brews && brew install viam-server ``` The `viam-server` binary is installed at /opt/homebrew/bin/viam-server. diff --git a/docs/try/part-3.md b/docs/try/part-3.md index c31b86b12b..eb9ba7ec82 100644 --- a/docs/try/part-3.md +++ b/docs/try/part-3.md @@ -46,6 +46,7 @@ The Viam CLI is used for authentication, module generation, and deployment. ```bash brew tap viamrobotics/brews +brew trust viamrobotics/brews brew install viam ``` diff --git a/static/include/how-to/install-cli.md b/static/include/how-to/install-cli.md index 2171ecb717..d5f8530fc9 100644 --- a/static/include/how-to/install-cli.md +++ b/static/include/how-to/install-cli.md @@ -5,6 +5,7 @@ To download the Viam CLI on a macOS computer, install [brew](https://brew.sh/) a ```sh {class="command-line" data-prompt="$"} brew tap viamrobotics/brews +brew trust viamrobotics/brews brew install viam ``` @@ -32,6 +33,7 @@ You can also install the Viam CLI using [brew](https://brew.sh/) on Linux `amd64 ```sh {class="command-line" data-prompt="$"} brew tap viamrobotics/brews +brew trust viamrobotics/brews brew install viam ```