From 5eb46f07fd1b9e9152e186fd80004c7b05123f78 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 19 Sep 2024 13:23:28 +0300 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ```