From abe088a78c5bc10bdfda88083944e87d1a4f2aac Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Fri, 30 Jun 2023 11:33:35 +0200 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 88c68bb..15dc49c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Commands: Builds an executable and sends it to a device with `3dslink` test Builds a test executable and sends it to a device with `3dslink` + new + Sets up a new cargo project suitable to run on a 3DS help Print this message or the help of the given subcommand(s) @@ -38,6 +40,7 @@ with the proper `--target armv6k-nintendo-3ds` set. * `cargo 3ds check --verbose` * `cargo 3ds run --release --example foo` * `cargo 3ds test --no-run` +* `cargo 3ds new my-new-project --edition 2021` ### Running executables