diff --git a/README.md b/README.md index c7e80d0..4258d21 100644 --- a/README.md +++ b/README.md @@ -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 ```