aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-29 12:44:51 +0100
committerubq323 <ubq323@ubq323.website>2024-04-29 12:47:01 +0100
commitd3df13b155d2a5560f003ac701457532815dd140 (patch)
tree3111c434fd270e35d97938fd4a064a053459348e
parent907cda4c172936c6d5b7ea2ac1a3a0986c875853 (diff)
add readmeHEADv1.0.0trunk
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fbbf58e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# garden
+garden is a multiplayer paint program.
+
+[garden website][1]
+
+## building
+requires the [hare][hare] compiler and [hare-sdl2][hare-sdl2] to be installed
+```
+make build_client
+./garden
+```
+
+[1]: https://ubq323.website/garden/
+[hare]: https://harelang.org
+[hare-sdl2]: https://git.sr.ht/~sircmpwn/hare-sdl2/
+
+
+