summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohnny Richard <johnny@johnnyrichard.com>2021-04-17 01:27:27 +0200
committerJohnny Richard <johnny@johnnyrichard.com>2021-10-28 02:22:57 +0200
commit1f9826faefa2b1a1bddac3f3413a6d6055ee49bf (patch)
treec5c7322b7629211dab22d2f50c83e7263d52db2b /README.md
parentd8336885a4c053544fe3491335da0f76afffdfb9 (diff)
Add microunit test framework
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0f4e4bc..99cb855 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
-Game
-====
+Black Attack
+------------
+
+## Dependencies
+
+- make
+- SDL2
+- pkg-config
+
+## Run
+
+```shell
+$ make run
+```
+
+## Tests
+
+```shell
+$ make test
+```