diff --git a/bitcoin/embedded/README.md b/bitcoin/embedded/README.md index bfc433fe..92f8dd4f 100644 --- a/bitcoin/embedded/README.md +++ b/bitcoin/embedded/README.md @@ -4,13 +4,13 @@ To run the embedded test, first prepare your environment: ```shell sudo ./scripts/install-deps -rustup target add thumbv7m-none-eabi +rustup +nightly target add thumbv7m-none-eabi ``` Then: ```shell -source ./scripts/env.sh && cargo run --target thumbv7m-none-eabi +source ./scripts/env.sh && cargo +nightly run --target thumbv7m-none-eabi ``` Output should be something like: