diff options
-rw-r--r-- | README.md | 18 |
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/ + + + |