mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
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:
parent
a63a2ad281
commit
9088f8a599
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue