update readme

This commit is contained in:
yggverse 2024-09-20 17:54:28 +03:00
parent ab3a815b71
commit e6e81e846a

View File

@ -8,21 +8,23 @@ 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
```
### Development
``` bash
git clone https://github.com/YGGverse/Yoda.git
cd Yoda
git checkout Rust-GTK4
git checkout -b 'contribution-name'
cargo fmt
cargo build
```
## See also
* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation