chore: update readme

This commit is contained in:
2025-01-05 23:39:57 +02:00
parent 919f063934
commit 22193243a1
3 changed files with 40 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ native-dev:
# Run native release
native-release:
RUSTC_WRAPPER=sccache cargo run --release --no-default-features
RUSTC_WRAPPER=sccache cargo run --release --no-default-features
# Run web dev
web-dev: