From b267be6f757b596fa12b63e90b8e54a800638e07 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Wed, 15 May 2024 19:33:25 +0200 Subject: [PATCH] Add known bugs to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 239aa06..81def42 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Zooboard +## Running + To run it yourself: 1. `npm install` @@ -18,4 +20,10 @@ To use: 4. Draw together and be happy! 5. [Discuss bugs here](https://codeberg.org/pzp/pzp-hub/issues) or pzp in general on the #pzp hashtag on your preferred social network. +## Known bugs + +* Most of the time the things you try to draw (boxes, lines) just turn into dots ¯\\\_(ツ)\_/¯ +* Moving an item doesn't replicate to peers. Resizing an item also doesn't but might also make it disappear. +* Probably other stuff that you can find in [the issue tracker](https://codeberg.org/pzp/pzp-hub/issues) + [pzp-hub]: https://codeberg.org/pzp/pzp-hub \ No newline at end of file