mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
In README, add example for windows config directory (#1273)
* better doc for windows user * fix doc
This commit is contained in:
parent
ac4b72fcc8
commit
0c447151cf
@ -44,8 +44,8 @@ # Installation
|
||||
This will install the `hx` binary to `$HOME/.cargo/bin`.
|
||||
|
||||
Helix also needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
|
||||
config directory (for example `~/.config/helix/runtime` on Linux/macOS). This location can be overriden
|
||||
via the `HELIX_RUNTIME` environment variable.
|
||||
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
|
||||
This location can be overriden via the `HELIX_RUNTIME` environment variable.
|
||||
|
||||
Packages already solve this for you by wrapping the `hx` binary with a wrapper
|
||||
that sets the variable to the install dir.
|
||||
|
Loading…
Reference in New Issue
Block a user