update building instructions

This commit is contained in:
hcyp
2024-11-29 20:43:48 +00:00
committed by GitHub
parent e872010153
commit be61895bdc
+6 -1
View File
@@ -26,7 +26,12 @@ Notice: git submodules are used so make sure to clone this repository recursivel
### Building
make
```sh
git submodule init && git submodule update
git submodule update --init
git pull --recurse-submodules
make
```
## Tools included