update readme

This commit is contained in:
yggverse 2024-09-19 13:23:28 +03:00
parent 0c8684491b
commit 5eb46f07fd

View File

@ -8,6 +8,17 @@ Rust / GTK 4 implementation
## Install
### Development
``` bash
git clone https://github.com/YGGverse/Yoda.git
cd Yoda
git checkout Rust-GTK4
cargo build
```
### Stable
``` bash
cargo install Yoda
```