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 ### 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. 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. 2. Open this project in Visual Studio Code.
@@ -52,4 +52,4 @@ cmake .; make;
The binary should be in the root of the project after it is installed so run The binary should be in the root of the project after it is installed so run
``` ```
./GSM_TEMPLATE ./GSM_TEMPLATE
``` ```