From 4205f555dc82985a90c94a8a2b84d7123de9fdd4 Mon Sep 17 00:00:00 2001 From: DraVee Date: Mon, 10 Nov 2025 00:17:13 +0100 Subject: [PATCH] [docs] oops ".tools" -> "tools" --- docs/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Build.md b/docs/Build.md index d1ce943793..28dff0bcf2 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -57,7 +57,7 @@ Important notes: - *CMake* **MUST** be in your PATH (and also *ninja*, if you are using it as GENERATOR) - You *MUST* be in the cloned *Eden* directory - On Windows, you must load **Visual C++ development environment**: - - This can be done by running our convenience script: `.tools/windows/load-msvc-env.ps1` + - This can be done by running our convenience script: `tools/windows/load-msvc-env.ps1` Recommended generators: