From 8134db482fae38473471ecb17e743e4a259c28bf Mon Sep 17 00:00:00 2001 From: Zack Porter <121693134+zaporter-work@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:30:46 -0400 Subject: [PATCH 1/4] Update CLI.md --- docs/manage/CLI.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manage/CLI.md b/docs/manage/CLI.md index a4f272d5b0..13eed7d122 100644 --- a/docs/manage/CLI.md +++ b/docs/manage/CLI.md @@ -61,6 +61,16 @@ 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="Linux x86_64 (brew)" %}} + +To download the Viam CLI on a Linux computer with the `amd64` (Intel `x86_64`) architecture, install [brew](https://brew.sh/) and then run the following commands: + +```{class="command-line" data-prompt="$"} +brew tap viamrobotics/brews +brew install viam +``` + {{% /tab %}} {{% tab name="Source" %}} From 15a81bdfc9c189a404247e4ad63e1f938ecc69f1 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:02:18 -0400 Subject: [PATCH 2/4] Move to existing tabs, simplify per --- docs/manage/CLI.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/manage/CLI.md b/docs/manage/CLI.md index 13eed7d122..d653c95208 100644 --- a/docs/manage/CLI.md +++ b/docs/manage/CLI.md @@ -51,6 +51,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/): + +```{class="command-line" data-prompt="$"} +brew tap viamrobotics/brews +brew install viam +``` + {{% /tab %}} {{% tab name="Linux x86_64" %}} @@ -61,10 +68,7 @@ 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="Linux x86_64 (brew)" %}} - -To download the Viam CLI on a Linux computer with the `amd64` (Intel `x86_64`) architecture, install [brew](https://brew.sh/) and then run the following commands: +You can also install the Viam CLI using [brew](https://brew.sh/): ```{class="command-line" data-prompt="$"} brew tap viamrobotics/brews From cd7ded396d17a248253143f13fc7813c86c87ef5 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:07:58 -0400 Subject: [PATCH 3/4] delete from aarch - my mistake Co-authored-by: Zack Porter <121693134+zaporter-work@users.noreply.github.com> --- docs/manage/CLI.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/manage/CLI.md b/docs/manage/CLI.md index d653c95208..b464d1e8b3 100644 --- a/docs/manage/CLI.md +++ b/docs/manage/CLI.md @@ -51,13 +51,6 @@ 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/): - -```{class="command-line" data-prompt="$"} -brew tap viamrobotics/brews -brew install viam -``` - {{% /tab %}} {{% tab name="Linux x86_64" %}} From 523029297bb3c74304f527402272c94032697102 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:11:25 -0400 Subject: [PATCH 4/4] Clarify arch requirement explicity --- docs/manage/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage/CLI.md b/docs/manage/CLI.md index b464d1e8b3..824b0c1862 100644 --- a/docs/manage/CLI.md +++ b/docs/manage/CLI.md @@ -61,7 +61,7 @@ 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/): +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