From 4f76d7291f21b51d055067609b794fc101842f77 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:02:52 +0100 Subject: [PATCH] Fix typo --- docs/getting_started_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started_installation.md b/docs/getting_started_installation.md index 3a4eebe9..3f3c4842 100644 --- a/docs/getting_started_installation.md +++ b/docs/getting_started_installation.md @@ -7,7 +7,7 @@ Ensure that you download the binaries compatible with your platform in the [rele - If running Windows on AMD/Intel, CPU then `*-windows-x64.zip` is recommended - If running Windows on Qualcomm/Snapdragon (ARM-based) CPU, then `*-windows-arm64.zip` is the way to go - If running MacOS on Apple Silicon hardware, choose `*-macos-arm64.zip` -- If running MacOS on AMD/Intel CPU, choose `*-macos-arm64.zip` +- If running MacOS on AMD/Intel CPU, choose `*-macos-x86_64.zip` - If running Linux on AMD/Intel CPU, then `*-linux-amd64` is generally fine. Choose the i686 version for CPUs that don't support 64-bit instructions. - If running Linux on a Raspberry Pi 4 or 5, then `*-linux-arm64` (if running ARM64) is the way to go