update readme

This commit is contained in:
yggverse 2024-08-07 07:35:53 +03:00
parent 167d671fad
commit 5acb314f55

View File

@ -6,29 +6,18 @@ GTK 4 / C++ implementation branch
> Project in development! > Project in development!
> >
## Install ## Build
### Source ### Linux
#### Linux
##### Dependencies
``` bash
sudo apt install git libgtk-4-dev
```
##### Build
* `sudo apt install git libgtk-4-dev`
* `git clone https://github.com/YGGverse/Yoda.git` * `git clone https://github.com/YGGverse/Yoda.git`
* `cd Yoda` * `cd Yoda`
* `git checkout master` * `git checkout master`
* `make` * `make`
###### Update #### Update
* `cd Yoda`
* `git checkout master`
* `git pull` * `git pull`
* `make clean` * `make clean`
* `make` * `make`