From 8d1d77088cbe9cfd7458e2aa2d1034337a1decf9 Mon Sep 17 00:00:00 2001 From: Daniel Sorichetti Date: Mon, 28 Jul 2025 19:09:41 +0200 Subject: [PATCH] doc: Recommend --locked for cargo install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a43a0..67f6fa5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ https://github.com/Cretezy/lazyjj/assets/2672503/b5e6b4f1-ebdb-448f-af9e-361e86f Make sure you have [`jj`](https://martinvonz.github.io/jj/latest/install-and-setup) installed first. - With [`cargo binstall`](https://github.com/cargo-bins/cargo-binstall): `cargo binstall lazyjj` -- With `cargo install`: `cargo install lazyjj` (may take a few moments to compile) +- With `cargo install`: `cargo install lazyjj --locked` (may take a few moments to compile) - With pre-built binaries: [View releases](https://github.com/Cretezy/lazyjj/releases) - For Arch Linux: `pacman -S lazyjj`