aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56e5489..cbd136d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,13 @@
# 2048
+
+## Usage
+
+```
+make all
+./2048
+```
+
+## Dependencies
+
+- [SDL2](libsdl.org)
+- [SDL_ttf](libsdl.org/projects/SDL_ttf)