mirror of https://github.com/helix-editor/helix
fix: HELIX_RUNTIME environment path for windows on building-from-source book page (#12658)
Co-authored-by: Kevin Danne <kevin.danne@triluxds.com>pull/10695/merge
parent
a63a2ad281
commit
9088f8a599
|
@ -74,7 +74,7 @@ Either set the `HELIX_RUNTIME` environment variable to point to the runtime file
|
||||||
Cmd:
|
Cmd:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
setx HELIX_RUNTIME "%userprofile%\source\repos\helix\runtime"
|
setx HELIX_RUNTIME "%userprofile%\src\helix\runtime"
|
||||||
```
|
```
|
||||||
|
|
||||||
> 💡 `%userprofile%` resolves to your user directory like
|
> 💡 `%userprofile%` resolves to your user directory like
|
||||||
|
|
Loading…
Reference in New Issue