Unnamed repository; edit this file 'description' to name the repository.
fix: HELIX_RUNTIME environment path for windows on building-from-source book page (#12658)
Co-authored-by: Kevin Danne <[email protected]>
| -rw-r--r-- | book/src/building-from-source.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/building-from-source.md b/book/src/building-from-source.md index e1c0d312..fc8631b0 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 |