Update README

pull/231/head
Wojciech Kępka 3 years ago committed by Ivan Tham
parent 4b6aff8c66
commit 45793d7c09

@ -41,14 +41,12 @@ cargo install --path helix-term
This will install the `hx` binary to `$HOME/.cargo/bin`. This will install the `hx` binary to `$HOME/.cargo/bin`.
Now copy the `runtime/` directory somewhere. Helix will by default look for the Now copy the `runtime/` directory somewhere. Helix will by default look for the runtime
runtime inside the same folder as the executable, but that can be overriden via inside the config directory or the same directory as executable, but that can be overriden
the `HELIX_RUNTIME` environment variable. via the `HELIX_RUNTIME` environment variable.
> NOTE: You should set this to <path to repository>/runtime in development (if > NOTE: running via cargo doesn't require setting explicit `HELIX_RUNTIME` path, it will automatically
> running via cargo). > detect the `runtime` directory in the project root.
>
> `export HELIX_RUNTIME=$PWD/runtime`
If you want to embed the `runtime/` directory into the Helix binary you can build If you want to embed the `runtime/` directory into the Helix binary you can build
it with: it with:

Loading…
Cancel
Save