From fb6dbf2ce9a068aef5023a1c179e523365a79d1f Mon Sep 17 00:00:00 2001 From: core Date: Thu, 21 May 2026 22:38:01 -0400 Subject: [PATCH] chore: remove outdated readme info (round two) --- index.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 index.md diff --git a/index.md b/index.md deleted file mode 100644 index f46e7ae8864bb75ee82b7209aa0eb6ee32bcdfd9..0000000000000000000000000000000000000000 --- a/index.md +++ /dev/null @@ -1,4 +0,0 @@ -# starkingdoms: the manual - -how to run client: `RUST_LOG="info,starkingdoms=trace" cargo run -F native -- client --server 'ws://[::1]:5151'` -how to run server: `RUST_LOG="info,starkingdoms=trace" cargo run -F native -- server --tick-rate 60 --max-clients 16` \ No newline at end of file