aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad-Stefan Harbuz <vlad@vladh.net>2022-01-17 19:47:25 +0100
committerDrew DeVault <sir@cmpwn.com>2022-01-19 11:49:48 +0100
commit4fefaa37f86bc31b164fdd5efd2f5a693c81c2a8 (patch)
treed02e5affa2c65782a3eedd04bd048e9018407e1a
parentsdl2: add keysym typesand get_key_from_name (diff)
downloadhare-chip8-4fefaa37f86bc31b164fdd5efd2f5a693c81c2a8.tar.gz
sdl2: add usage to README
Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6374285..b84f65b 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,8 @@ Please do not make GUIs with this.
[Hare]: https://harelang.org
[SDL2]: https://libsdl.org
+
+## Usage
+
+* Install `libsdl2`, `libsdl2-image`, `libsdl2-mixer` and `libopusfile`.
+* Run `make run` to run the demo.