From 1e162629da53373f0e2502014d42c7636412e67e Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 15 Mar 2024 06:15:41 +0100 Subject: chore: release --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 99ae3c7..239d5a2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ cargo run ``` +## run client (multi player) + +```console +cargo run -- --connect-to 49.13.201.137:16384 +``` + +## run server (headless) + +```console +cargo run -- --server +``` + ## controls -- **left mouse** teleport +- **left mouse** walk / attack -- cgit v1.2.3