diff options
author | Dmitry Sharshakov | 2021-08-31 18:29:11 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-31 18:29:11 +0000 |
commit | 5b20f6020a4acd74bc545fc27c473f0198354e5d (patch) | |
tree | e826e8ec1b9fefd3d9f979e30c6176f4a7302bf2 /README.md | |
parent | 6265e196b700b363244961ed2957d9eef5460c34 (diff) | |
parent | a3bd80a6fa4f07b0fa581eae416376763ba94345 (diff) |
Merge remote-tracking branch 'origin/master' into debug
Contains type fix on helix-term/src/ui/editor.rs:752:13
Diffstat (limited to 'README.md')
-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. |