From 1dbfa25e3efb9683db053fe4fd39aca95e61e9b4 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Mon, 6 Jun 2022 22:23:01 +0100 Subject: [PATCH] update readme --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index d7527b1..7985bcb 100644 --- a/readme.md +++ b/readme.md @@ -2,8 +2,18 @@ an untitled 2d multiplayer shooter for the gameboy +i don't know what i'm doing + ## compile +first clone submodules: + +``` +git submodule init && git submodule update +``` + +and then compile the game + ``` make all ```