From f0d75859c601b7a3b1b8ccf9c8807e754a0c1944 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Mon, 13 Jul 2026 05:21:25 -0400 Subject: [PATCH] docs: fix macOS build clone URL and support wording --- docs/build_macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build_macos.md b/docs/build_macos.md index 71d63e4b21..c5d0cf2831 100644 --- a/docs/build_macos.md +++ b/docs/build_macos.md @@ -1,6 +1,6 @@ # Build AirSim on macOS -Only macOS **Catalina (10.15)** has currently been tested. Theoretically, AirSim should work on higher macOS versions and Apple Silicon hardware, but this path is not offically supported. +Only macOS **Catalina (10.15)** has currently been tested. Newer macOS releases and Apple Silicon may work for some setups, but this path is **not officially supported**. We've two options - you can either build inside docker containers or your host machine. @@ -27,7 +27,7 @@ Please see instructions [here](docker_ubuntu.md) ```bash # go to the folder where you clone GitHub projects -git clone https://github.com/Microsoft/AirSim.git +git clone https://github.com/microsoft/AirSim.git cd AirSim ```