Fix link reference in MacOS instructions
This commit is contained in:
@@ -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.
|
||||
@@ -52,4 +52,4 @@ cmake .; make;
|
||||
The binary should be in the root of the project after it is installed so run
|
||||
```
|
||||
./GSM_TEMPLATE
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user