Skip to content

Commit

Permalink
Merge pull request #417 from andreascasapu/readme-improvements
Browse files Browse the repository at this point in the history
Minor Improvements to the README
  • Loading branch information
boozook committed Sep 7, 2024
2 parents 007ae87 + 1b639bb commit f62553e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Follow the instructions for:

Run example:
```bash
cargo run -p=cargo-playdate -- run -p=playdate-controls --example=buttons
cargo run -p=cargo-playdate -- run -p=playdate-controls --example=buttons --features="sys/lang-items sys/entry-point"
```

Install `cargo-playdate` and build & run another example:
```bash
cargo install cargo-playdate
cargo playdate run -p=playdate-sound --example=sp-simple
cargo playdate run -p=playdate-sound --example=sp-simple --device
cargo playdate run -p=playdate-sound --example=sp --features="sys/lang-items sys/entry-point"
cargo playdate run -p=playdate-sound --example=sp --features="sys/lang-items sys/entry-point" --device
```

### Demo
Expand Down

0 comments on commit f62553e

Please sign in to comment.