From c3508f28a5bdebafb46f496f84f62a144131f312 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 24 Aug 2024 00:16:02 +0000 Subject: [PATCH] Remove mention of macOS in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```