aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-13 21:48:44 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-13 21:48:46 +0200
commit419b1da85496a30eb6be52627702e1e1964e3bf1 (patch)
tree6473dcc440d79b95667fbf86a0a743d4be787b3e /server
parentf0b021a5c65498068fe46fc30294efc3a0ba5be0 (diff)
downloadhurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar
hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.bz2
hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.zst
Refactor READMEs for new build system
Diffstat (limited to 'server')
-rw-r--r--server/README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/server/README.md b/server/README.md
index 447bf264..fc2285c4 100644
--- a/server/README.md
+++ b/server/README.md
@@ -1,11 +1,14 @@
# Hurry Curry! Server (and others)
-## Building
-
-- Requires a rust toolchain with the version specified `/rust-toolchain`
-- Run `cargo build`
-
The server needs the [game data](../data/README.md) to function. Release builds
only check typical system installation paths or the windows registry. Debug
builds (without `--release`) will also check for a `data` folder in the working
directory.
+
+## Development setup
+
+Use the `fast_recipes` feature flag to decrease active/passive recipe duration.
+
+```
+LOG=info cargo run --bin hurrycurry-server --features fast_recipes
+```