Fix link reference in MacOS instructions

This commit is contained in:
Colton Staiduhar
2026-02-18 16:27:08 -05:00
committed by GitHub
parent 6fe9eb3177
commit 9a3bf84eb1

View File

@@ -29,7 +29,7 @@ Make sure you have installed Visual Studio, not Visual Studio Code, you need the
### For MacOS
1. There are many different ways to use CMake on Mac or Linux. Visual Studio works great, but its a [Command Line Interface](###CLI) application so it's easy to use anywhere.<br>
1. There are many different ways to use CMake on Mac or Linux. Visual Studio works great, but its a [Command Line Interface](#CLI) application so it's easy to use anywhere.<br>
However, for this guide, install Visual Studio Code and [Brew](https://brew.sh). Brew is like apt for MacOS, if you don't want to install it, find some way to install CMake.
2. Open this project in Visual Studio Code.