From b9609e5cac93a62f67d6332ad26df7982c421452 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:04:37 +0100 Subject: [PATCH] Add windows instructions to CLI docs --- docs/dev/tools/cli.md | 5 +++++ static/include/how-to/install-cli.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/dev/tools/cli.md b/docs/dev/tools/cli.md index a3bee992fe..090a83dc86 100644 --- a/docs/dev/tools/cli.md +++ b/docs/dev/tools/cli.md @@ -74,6 +74,11 @@ brew tap viamrobotics/brews brew install viam ``` +{{% /tab %}} +{{% tab name="Windows" %}} + +[Download the installer](https://storage.googleapis.com/packages.viam.com/apps/viam-cli/viam-cli-stable-windows-amd64.exe) to use the Viam CLI on a Windows computer. + {{% /tab %}} {{% tab name="Source" %}} diff --git a/static/include/how-to/install-cli.md b/static/include/how-to/install-cli.md index 2b5841bf8a..1d79dfa51c 100644 --- a/static/include/how-to/install-cli.md +++ b/static/include/how-to/install-cli.md @@ -35,6 +35,11 @@ brew tap viamrobotics/brews brew install viam ``` +{{% /tab %}} +{{% tab name="Windows" %}} + +[Download the installer](https://storage.googleapis.com/packages.viam.com/apps/viam-cli/viam-cli-stable-windows-amd64.exe) to use the Viam CLI on a Windows computer. + {{% /tab %}} {{% tab name="Source" %}}