From 218c482db8172c2bbacb7a95d0f213d5cf6f65e8 Mon Sep 17 00:00:00 2001 From: nataliajacobowitz <90707162+nataliajacobowitz@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:31:31 -0500 Subject: [PATCH] Update _index.md changing arm64-->aarch64 to be consistent with the language we use in our app and elsewhere in docs --- docs/build/provision/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/provision/_index.md b/docs/build/provision/_index.md index 1343bc424a..5614e59dd4 100644 --- a/docs/build/provision/_index.md +++ b/docs/build/provision/_index.md @@ -36,7 +36,7 @@ The example video shows using the [Viam mobile application](/fleet/#the-viam-mob You can install the Viam Agent using either an existing machine's part ID and API key, or using an existing /etc/viam.json configuration file. {{< alert title="Important" color="note" >}} -The Viam Agent supports the Linux `x86_64` and `arm64` architectures only. +The Viam Agent supports the Linux `x86_64` and `aarch64` architectures only. Your machine must have `curl` available in order to install the Viam Agent. {{< /alert >}}