From 27b64dfbb07f21c8efe34106519065172a2d63bc Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 17 Nov 2025 17:06:22 -0500 Subject: readme: remove --path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437afa8..ee50b65 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ DungeonCrawl builds raylib into the binary, and thus needs the build tools neede To build for desktop run the following. The binary will be located in `target/release/game`. ``` -cargo build --release --path game +cargo build --release ``` ## Build (Web) -- cgit v1.2.3-freya