Remove mention of macOS in README.md

This commit is contained in:
Jack Christensen 2024-08-24 00:16:02 +00:00
parent 0ee8c79db3
commit c3508f28a5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Before building TerraVisor, ensure that you have the following prerequisites ins
cmake -B build -S . -G Ninja --preset release
```
If necessary, specify `VCPKG_ROOT` before configuring the project:
- On Linux/macOS:
- On Linux:
```bash
export VCPKG_ROOT=/path/to/vcpkg
```