Skip to content

Commit

Permalink
abe feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam committed Sep 13, 2023
1 parent 08459e3 commit bbe4be3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/manage/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ Select the tab for your platform and architecture.
If you are on Linux, you can use the `uname -m` command to determine your system architecture.

{{< tabs >}}
{{% tab name="macOS" %}}

To download the Viam CLI on a macOS computer, run the following commands:

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

{{% /tab %}}
{{% tab name="Linux aarch64" %}}

To download the Viam CLI on a Linux computer with the `aarch64` architecture, run the following commands:
Expand All @@ -51,16 +61,6 @@ sudo curl -o /usr/local/bin/viam https://storage.googleapis.com/packages.viam.co
sudo chmod a+rx /usr/local/bin/viam
```

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

To download the Viam CLI on a macOS computer, run the following commands:

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

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

Expand All @@ -83,7 +83,7 @@ echo 'export PATH="$HOME/go/bin:$PATH"' >> ~/.bashrc
{{< /tabs >}}

To later update the Viam CLI tool on Linux, use the steps above to reinstall the latest version.
to later update the Viam CLI tool on macOS, run `brew upgrade viamrobotics/brews/viam`.
to later update the Viam CLI tool on macOS, run `brew upgrade viam`.

## Authenticate

Expand Down

0 comments on commit bbe4be3

Please sign in to comment.