From 7f1936d6099dba6c7039e7da0c76464d60e27565 Mon Sep 17 00:00:00 2001 From: Jade Date: Mon, 3 Mar 2025 06:45:20 +0800 Subject: [PATCH] Make macOS arm wording generic (#1796) --- docs/source/docs/advanced-installation/sw_install/mac-os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/advanced-installation/sw_install/mac-os.md b/docs/source/docs/advanced-installation/sw_install/mac-os.md index 55431b4a6..0cede5e7e 100644 --- a/docs/source/docs/advanced-installation/sw_install/mac-os.md +++ b/docs/source/docs/advanced-installation/sw_install/mac-os.md @@ -23,7 +23,7 @@ Using a JDK other than JDK17 will cause issues when running PhotonVision and is Go to the [GitHub releases page](https://github.com/PhotonVision/photonvision/releases) and download the relevant .jar file for your coprocessor. :::{note} -If you have an M1/M2 Mac, download the macarm64.jar file. +If you have an M Series Mac, download the macarm64.jar file. If you have an Intel based Mac, download the macx64.jar file. :::