summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```