aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-11 11:37:53 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-11 11:37:53 +0200
commit81014580e6afb5020750cd5e33514a2af458a72c (patch)
tree89c5bd5a25fe0c513873c7741f9c305e7cf46519
parent4f88b6ba253ddb34fdc5049ab3044516df73257c (diff)
update readme w/ test build/launch info
-rw-r--r--readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index e69de29..08eac3c 100644
--- a/readme.md
+++ b/readme.md
@@ -0,0 +1,13 @@
+# puzzle box
+
+Avans University of Applied Sciences project puzzle box.
+
+## Tests
+
+```
+mkdir -p test/build
+cd test/build
+cmake ..
+make
+make test
+```