fix: HELIX_RUNTIME environment path for windows on building-from-source book page (#12658)

Co-authored-by: Kevin Danne <kevin.danne@triluxds.com>
This commit is contained in:
Kevin Danne 2025-01-24 16:03:49 +01:00 committed by GitHub
parent a63a2ad281
commit 9088f8a599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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