diff options
-rw-r--r-- | readme.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,10 +4,18 @@ A cooperative multiplayer game about cooking. The protocol is documented in [protocol.md](protocol.md). +## Installation + +The pre-built server and client are available on [itch.io](https://metamuffin1.itch.io/hurrycurry). + +The client is also available on [flathub](https://flathub.org/apps/org.metamuffin.hurrycurry.client). + If you happen to be using pacman you can add or manually download pre-built -packages from https://pkg.metamuffin.org/. These also include documentation, +packages from `https://pkg.metamuffin.org/`. These also include documentation, systemd services and .desktop files. +For information about building from source, see the instructions below. + ## Client ### Building |