From 167d671fad3348de24ba9e8350652c4b6ab1efe9 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 7 Aug 2024 07:30:46 +0300 Subject: [PATCH] update readme --- README.md | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e71fb8a1..be2d4632 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,42 @@ GTK 4 / C++ implementation branch > Project in development! > -## Dependencies +## Install + +### Source + +#### Linux + +##### Dependencies ``` bash sudo apt install git libgtk-4-dev ``` -## Install +##### Build * `git clone https://github.com/YGGverse/Yoda.git` * `cd Yoda` * `git checkout master` -* `make` \ No newline at end of file +* `make` + +###### Update + +* `cd Yoda` +* `git checkout master` +* `git pull` +* `make clean` +* `make` + +## Development + +### Environment + +* `pkg-config --cflags --libs gtk4` + +### Contribution + +* `cd Yoda` +* `git pull` +* `git checkout master` +* `git checkout -b 'contribution-name'` \ No newline at end of file