zombie-core-utils/README.md
zombie 72ea91e9be fixed my last garbage commit
for some reason i was commiting to the wrong repo?
2021-10-02 08:47:54 -04:00

15 lines
119 B
Markdown

# zombie-core-utils
## Dependencies
```bash
yay -S nasm
```
## Build
```bash
mkdir build
cd build
cmake ..
make
```