From cf0d81bf859e25536e032876b9c9fcd4ed040b5b Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 20 Mar 2020 10:37:35 +0100 Subject: [PATCH] more info on building --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b02bc0fc..dbbbd58f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com ## installation +For the time being this product is considered alpha and not production ready, therefore I do not distribute binary versions yet, however feel free to build `gitui` and let me know what you think! + +### requirements + +install `rust`/`cargo`: https://www.rust-lang.org/tools/install + +### build from source + the simplest way to start playing around with `gitui` is to have `cargo` install it locally: ```