diff options
author | WindSoilder | 2021-12-16 01:48:49 +0000 |
---|---|---|
committer | GitHub | 2021-12-16 01:48:49 +0000 |
commit | 0c447151cf1af82be2e851a56430699f5fae549b (patch) | |
tree | 6dbe67de9f47911a9f82676a7a65ade2b4d682c1 | |
parent | ac4b72fcc88b1930b974196c75fde7d55e21d71f (diff) |
In README, add example for windows config directory (#1273)
* better doc for windows user
* fix doc
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ cargo install --path helix-term 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. |