From e6e81e846a5d4b7d5430d9656ca4d3583382321d Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 20 Sep 2024 17:54:28 +0300 Subject: [PATCH] update readme --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ee0b728a..b8726104 100644 --- a/README.md +++ b/README.md @@ -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