zombie-core-utils/README.md

16 lines
120 B
Markdown

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