From e1a92fd3998aca2a313d4cbf0aca3157eca0b53f Mon Sep 17 00:00:00 2001 From: Arjun P Date: Tue, 22 Feb 2022 18:01:19 +0530 Subject: [PATCH] Readme: fix typo (#1695) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71010cc82..e8f72b6d8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 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, or `%AppData%/helix/runtime` on Windows). -This location can be overriden via the `HELIX_RUNTIME` environment variable. +This location can be overridden 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.