Skip to content

Commit

Permalink
fix: HELIX_RUNTIME environment path for windows on building-from-sour…
Browse files Browse the repository at this point in the history
…ce book page (helix-editor#12658)

Co-authored-by: Kevin Danne <[email protected]>
  • Loading branch information
KevinDanne and Kevin Danne authored Jan 24, 2025
1 parent a63a2ad commit 9088f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9088f8a

Please sign in to comment.