mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
make cargo install command more clear
see https://github.com/extrawurst/gitui/issues/2079#issuecomment-1957170943
This commit is contained in:
parent
8876c1d0f6
commit
4da1cc4473
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue