diff --git a/README.md b/README.md index 32436549..a5d6a836 100644 --- a/README.md +++ b/README.md @@ -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