diff options
author | tpart <tpart120@proton.me> | 2024-07-23 14:51:44 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-23 14:51:52 +0200 |
commit | 53154f079ce807e34c48cfe3e46225a66b95bea4 (patch) | |
tree | b435c21bb918545c643985e74f2c174343a4c95c | |
parent | ace81d7e1aa42738583d80028bcce058579e2ee6 (diff) | |
download | hurrycurry-53154f079ce807e34c48cfe3e46225a66b95bea4.tar hurrycurry-53154f079ce807e34c48cfe3e46225a66b95bea4.tar.bz2 hurrycurry-53154f079ce807e34c48cfe3e46225a66b95bea4.tar.zst |
Add information about installation to readme.md
-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 |