You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,12 +162,12 @@ Binaries available for:
162
162
163
163
### Requirements
164
164
165
-
-Latest `rust` and `cargo`
165
+
-Minumum supported `rust`/`cargo` version: `1.50`
166
166
- See [Install Rust](https://www.rust-lang.org/tools/install)
167
167
168
168
### Cargo Install
169
169
170
-
The simplest way to start playing around with `gitui` is to have `cargo` build and install it with `cargo install gitui`
170
+
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)
0 commit comments