summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)