From 95d4fdc255cc880b5dbcb91851eb53ffe2cfce97 Mon Sep 17 00:00:00 2001 From: Mike Trinkala Date: Sat, 7 Jan 2023 13:42:45 -0800 Subject: [PATCH] Update the cargo installation instructions to include --locked (#5443) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4683d358..60125e118 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you would like to build from source: ```shell git clone https://github.com/helix-editor/helix cd helix -cargo install --path helix-term +cargo install --locked --path helix-term ``` This will install the `hx` binary to `$HOME/.cargo/bin` and build tree-sitter grammars in `./runtime/grammars`. @@ -84,7 +84,7 @@ mklink /D runtime "\runtime" The runtime location can be overridden via the `HELIX_RUNTIME` environment variable. -> NOTE: if `HELIX_RUNTIME` is set prior to calling `cargo install --path helix-term`, +> NOTE: if `HELIX_RUNTIME` is set prior to calling `cargo install --locked --path helix-term`, > tree-sitter grammars will be built in `$HELIX_RUNTIME/grammars`. If you plan on keeping the repo locally, an alternative to copying/symlinking