From e35b196db622995fbb6929ce439e2dc9fca127a2 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 21 Aug 2021 15:34:50 +0200 Subject: [PATCH] gettings started with rust link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73e6d95a..ca2fb6f3 100644 --- a/README.md +++ b/README.md @@ -162,12 +162,12 @@ Binaries available for: ### Requirements -- Latest `rust` and `cargo` +- Minumum supported `rust`/`cargo` version: `1.50` - See [Install Rust](https://www.rust-lang.org/tools/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. Diagnostics [Top ▲](#table-of-contents)