diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |