mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
gettings started with rust link
This commit is contained in:
parent
a5c026378d
commit
e35b196db6
1 changed files with 2 additions and 2 deletions
|
|
@ -162,12 +162,12 @@ Binaries available for:
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- Latest `rust` and `cargo`
|
- Minumum supported `rust`/`cargo` version: `1.50`
|
||||||
- See [Install Rust](https://www.rust-lang.org/tools/install)
|
- See [Install Rust](https://www.rust-lang.org/tools/install)
|
||||||
|
|
||||||
### Cargo Install
|
### Cargo Install
|
||||||
|
|
||||||
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui`
|
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)
|
||||||
|
|
||||||
## 8. <a name="diagnostics"></a> Diagnostics <small><sup>[Top ▲](#table-of-contents)</sup></small>
|
## 8. <a name="diagnostics"></a> Diagnostics <small><sup>[Top ▲](#table-of-contents)</sup></small>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue