diff options
author | Sven-Hendrik Haase | 2021-08-30 08:58:22 +0000 |
---|---|---|
committer | GitHub | 2021-08-30 08:58:22 +0000 |
commit | 4f8dc4cad862e430927b41e6dbffb22167057161 (patch) | |
tree | 5bec2d188203a87ef4b2a51958bd5f5979746298 | |
parent | 03ad9e0bfa37222762683aeb84be2d324d166930 (diff) |
Fix it's -> its (#676)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ cargo install --path helix-term This will install the `hx` binary to `$HOME/.cargo/bin`. -Helix also needs it's runtime files so make sure to copy/symlink the `runtime/` directory into the +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. |