summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-18 20:00:43 -0400
committerLLLL Colonq <llll@colonq>2026-06-18 20:00:43 -0400
commitbc3df06fcf93e804a9e7afe49c1a277b67429e54 (patch)
tree4080dccdc02bfd9e053cb3300045e866d905b4c8
parentcd03974523bd7c46ca32c07a1b145e1710218b44 (diff)
Add links to binaries
-rw-r--r--2026/README.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/2026/README.org b/2026/README.org
index 42331b0..bc4ff88 100644
--- a/2026/README.org
+++ b/2026/README.org
@@ -13,7 +13,9 @@ cargo run
in this directory. This will open your web browser and load the game collection.
This will require that you have a ~cargo~ and a recent Rust toolchain installed.
-If this is irritating, you can also download prebuilt binaries [[here
+If this is irritating, you can also download prebuilt binaries here:
+- [[https://api.colonq.computer/jam_assets/2026/jam_server][x86_64 Linux (glibc)]]
+- [[https://api.colonq.computer/jam_assets/2026/jam_server.exe][x86_64 Windows]]
In order to add your own game(s), simply create a new folder under ~./games~.
Make sure that this folder has an ~index.html~ file inside!