diff --git a/README.md b/README.md index 8a6956ac..ee0b728a 100644 --- a/README.md +++ b/README.md @@ -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 ```