Skip to content

Commit 4da1cc4

Browse files
committed
make cargo install command more clear
see #2079 (comment)
1 parent 8876c1d commit 4da1cc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ All contain a single binary file
226226

227227
### Cargo Install
228228

229-
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)
229+
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)
230+
230231
### Cargo Features
231232
#### trace-libgit
232233
enable `libgit2` tracing

0 commit comments

Comments
 (0)