From 86e4684e8d33786ce9c856c3def2457f9debbe88 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 24 Mar 2020 21:34:11 +0100 Subject: [PATCH] cargo install instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b5b4b3..2111a2be 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,13 @@ For the time being this product is considered alpha and not production ready, th install `rust`/`cargo`: https://www.rust-lang.org/tools/install -### build from source +### cargo install + +``` +cargo install gitui +``` + +### build/install from source the simplest way to start playing around with `gitui` is to have `cargo` install it locally: @@ -56,7 +62,6 @@ gitui * [ ] confirm destructive commands (revert/reset) * [ ] (un)staging selected hunks * [ ] publish as homebrew-tap -* [ ] release on crates.io # alternatives