Skip to content

Commit

Permalink
Merge pull request #39 from tjkirch/rustup-target-install-nightly
Browse files Browse the repository at this point in the history
Clarify that target must be added to nightly
  • Loading branch information
rtsuk authored Mar 29, 2023
2 parents d597d77 + 8b5dfcf commit edc94af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rust, easiest installed via [rustup](https://rustup.rs)

Rust toolchain __nightly__ needed for the unstable `aloc` feature, installed with `rustup install nightly`.

If you want want to build for the Playdate device, you will need the `thumbv7em-none-eabihf` target. Added with `rustup target add thumbv7em-none-eabihf`
If you want want to build for the Playdate device, you will need the `thumbv7em-none-eabihf` target. Added with `rustup +nightly target add thumbv7em-none-eabihf`

All of the requirements listed in [Inside Playdate with C](https://sdk.play.date/inside-playdate-with-c#_prerequisites).

Expand Down

0 comments on commit edc94af

Please sign in to comment.