Remove mention of macOS in README.md
This commit is contained in:
parent
0ee8c79db3
commit
c3508f28a5
|
@ -50,7 +50,7 @@ Before building TerraVisor, ensure that you have the following prerequisites ins
|
||||||
cmake -B build -S . -G Ninja --preset release
|
cmake -B build -S . -G Ninja --preset release
|
||||||
```
|
```
|
||||||
If necessary, specify `VCPKG_ROOT` before configuring the project:
|
If necessary, specify `VCPKG_ROOT` before configuring the project:
|
||||||
- On Linux/macOS:
|
- On Linux:
|
||||||
```bash
|
```bash
|
||||||
export VCPKG_ROOT=/path/to/vcpkg
|
export VCPKG_ROOT=/path/to/vcpkg
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue