From 9088f8a599c580fa5c59aeb0e6f81b6b16f4f8d4 Mon Sep 17 00:00:00 2001 From: Kevin Danne Date: Fri, 24 Jan 2025 16:03:49 +0100 Subject: [PATCH] fix: HELIX_RUNTIME environment path for windows on building-from-source book page (#12658) Co-authored-by: Kevin Danne --- book/src/building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/building-from-source.md b/book/src/building-from-source.md index e1c0d3122..fc8631b00 100644 --- a/book/src/building-from-source.md +++ b/book/src/building-from-source.md @@ -74,7 +74,7 @@ Either set the `HELIX_RUNTIME` environment variable to point to the runtime file Cmd: ```sh -setx HELIX_RUNTIME "%userprofile%\source\repos\helix\runtime" +setx HELIX_RUNTIME "%userprofile%\src\helix\runtime" ``` > 💡 `%userprofile%` resolves to your user directory like