Merge pull request #102 from hcyp/patch-1

update building instructions
This commit is contained in:
orignal 2024-11-29 16:20:15 -05:00 committed by GitHub
commit a596d1f965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,12 @@ Notice: git submodules are used so make sure to clone this repository recursivel
### Building
```sh
git submodule init && git submodule update
git submodule update --init
git pull --recurse-submodules
make
```
## Tools included