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!
>
## Install
## Build
### Source
#### Linux
##### Dependencies
``` bash
sudo apt install git libgtk-4-dev
```
##### Build
### Linux
* `sudo apt install git libgtk-4-dev`
* `git clone https://github.com/YGGverse/Yoda.git`
* `cd Yoda`
* `git checkout master`
* `make`
###### Update
#### Update
* `cd Yoda`
* `git checkout master`
* `git pull`
* `make clean`
* `make`