Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions book/src/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ ln -Tsf $PWD/runtime ~/.config/helix/runtime

#### Windows

**Compile and install from source using powershell**

```ps
cargo install --profile opt --config "build.rustflags=['-C', 'target-cpu=native']" --path helix-term --locked
```

Either set the `HELIX_RUNTIME` environment variable to point to the runtime files using the Windows setting (search for
`Edit environment variables for your account`) or use the `setx` command in
Cmd:
Expand Down