update readme

This commit is contained in:
2022-06-06 22:23:01 +01:00
parent 96ba8d2ac1
commit 1dbfa25e3e

View File

@@ -2,8 +2,18 @@
an untitled 2d multiplayer shooter for the gameboy an untitled 2d multiplayer shooter for the gameboy
i don't know what i'm doing
## compile ## compile
first clone submodules:
```
git submodule init && git submodule update
```
and then compile the game
``` ```
make all make all
``` ```