From f72b023f15cff7a82438b7818b99fcea6c3554ed Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Thu, 10 Feb 2022 07:38:37 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 676a402..2accc4e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ The commands are the same as cargo ("run" also uses 3dslink, so you can directly `cargo +nightly 3ds build` \ `cargo +nightly 3ds run --release` -You can pass or not `--release` to build with debug symbols or not, and this works for both `build` and `link`. +You can pass or not `--release` to build with debug symbols or not, and this works for both `build` and `run`. -Any other parameters you pass after the command (being it `build` or `link`) will be passed during the compiling stage to `cargo`. +Any other parameters you pass after the command will be passed during the compiling stage to `cargo`.