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