Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/build_macos.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
```

Expand Down