mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
update readme
This commit is contained in:
parent
ab3a815b71
commit
e6e81e846a
20
README.md
20
README.md
@ -8,21 +8,23 @@ Rust / GTK 4 implementation
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Development
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
git clone https://github.com/YGGverse/Yoda.git
|
|
||||||
cd Yoda
|
|
||||||
git checkout Rust-GTK4
|
|
||||||
cargo build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Stable
|
### Stable
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
cargo install Yoda
|
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
|
## See also
|
||||||
|
|
||||||
* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation
|
* [CPP-GTK4](https://github.com/YGGverse/Yoda/tree/CPP-GTK4) - C++ / GTK 4 implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user