From 4da1cc447369cf407d4b8346728ce8023228525c Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 21 Feb 2024 17:29:51 +0100 Subject: [PATCH] make cargo install command more clear see https://github.com/extrawurst/gitui/issues/2079#issuecomment-1957170943 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a29bd6a3..c6e9aa0b 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,8 @@ All contain a single binary file ### Cargo Install -The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html) +The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui --locked`. If you are not familiar with rust and cargo: [Getting Started with Rust](https://doc.rust-lang.org/book/ch01-00-getting-started.html) + ### Cargo Features #### trace-libgit enable `libgit2` tracing