Browse Source

Update README.md

pull/17/head
Meziu 3 years ago committed by GitHub
parent
commit
75ba9b327a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -4,11 +4,11 @@ Cargo command to work with Nintendo 3DS project binaries. Based on cargo-psp.
# Usage # Usage
While you can set the nightly version of Rust as default for the project you're working on (`rustup override nightly`), my suggested method is: While you can set the nightly version of Rust as default for the project you're working on (`rustup override nightly`), my suggested method is:
`cargo +nightly 3ds`. \ `cargo +nightly 3ds`. \
The commands are `build` and `link` (link also assures a build exists before running, so you can directly use `link` to compile and run). The commands are the same as cargo ("run" also uses 3dslink, so you can directly use `run` to compile and run on your system).
# Examples: # Examples:
`cargo +nightly 3ds build` \ `cargo +nightly 3ds build` \
`cargo +nightly 3ds link --release` `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 `link`.

Loading…
Cancel
Save