From 7d59d9e809716dcf088096656816623a1408ece8 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Sun, 14 Apr 2024 17:54:30 +0300 Subject: [PATCH] readme: desc and build --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa85f34..9071ae8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # Grim -Cross-platform GUI for [Grin](https://github.com/mimblewimble/grin) on [Rust](https://stackoverflow.blog/2020/01/20/what-is-rust-and-why-is-it-so-popular/) with focus on usability and availability to be used by anyone, anywhere. Without censorship or restrictions. +Cross-platform GUI for [GRiN ツ](https://github.com/mimblewimble/grin) in [Rust](https://github.com/rust-lang/rust) +for maximum compatibility with original [Mimblewimble](https://github.com/mimblewimble) implementation. +Initially supported platforms are Linux, Mac, Windows, limited Android and possible web support with help of [egui](https://github.com/emilk/egui) - GUI library in pure Rust. Named by the character [Grim](http://harrypotter.wikia.com/wiki/Grim) - the shape of a large, black, menacing, spectral giant dog. ## Build instructions ### Install Rust + +Follow instructions on [Windows](https://forge.rust-lang.org/infra/other-installation-methods.html). + `curl https://sh.rustup.rs -sSf | sh` ### Desktop