changed readme

This commit is contained in:
zombie maniac 2021-09-19 11:56:54 -04:00
parent fcaf7f98f7
commit 8d54648b3e

View file

@ -1,2 +1,11 @@
# zombie-core-utils
## Build
```bash
mkdir build
cd build
cmake ..
make
```