Skip to content

Commit

Permalink
Add linuxbrew install instructions (#1821)
Browse files Browse the repository at this point in the history
Co-authored-by: andf-viam <[email protected]>
  • Loading branch information
zaporter-work and andf-viam authored Sep 14, 2023
1 parent 3ad5776 commit 2d85dc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/manage/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ sudo curl -o /usr/local/bin/viam https://storage.googleapis.com/packages.viam.co
sudo chmod a+rx /usr/local/bin/viam
```

You can also install the Viam CLI using [brew](https://brew.sh/) on Linux `amd64` (Intel `x86_64`):

```{class="command-line" data-prompt="$"}
brew tap viamrobotics/brews
brew install viam
```

{{% /tab %}}
{{% tab name="Source" %}}

Expand Down

0 comments on commit 2d85dc5

Please sign in to comment.