Update README.md

s/hello/minimal
This commit is contained in:
Henrik Tjäder
2023-07-05 18:47:51 +00:00
committed by Emil Fresk
parent 0eb680cc92
commit 3a95124846
+2 -2
View File
@@ -148,7 +148,7 @@ Start by `cargo run`-ning `my-app/src/bin/minimal.rs`:
``` console ``` console
$ # `rb` is an alias for `run --bin` $ # `rb` is an alias for `run --bin`
$ DEFMT_LOG=trace cargo rb hello $ DEFMT_LOG=trace cargo rb minimal
Finished dev [optimized + debuginfo] target(s) in 0.03s Finished dev [optimized + debuginfo] target(s) in 0.03s
flashing program .. flashing program ..
DONE DONE
@@ -163,7 +163,7 @@ $ echo $?
If you're running out of memory (`flip-link` bails with an overflow error), you can decrease the size of the device memory buffer by setting the `DEFMT_BRTT_BUFFER_SIZE` environment variable. The default value is 1024 bytes, and powers of two should be used for optimal performance: If you're running out of memory (`flip-link` bails with an overflow error), you can decrease the size of the device memory buffer by setting the `DEFMT_BRTT_BUFFER_SIZE` environment variable. The default value is 1024 bytes, and powers of two should be used for optimal performance:
``` console ``` console
$ DEFMT_BRTT_BUFFER_SIZE=64 cargo rb hello $ DEFMT_BRTT_BUFFER_SIZE=64 cargo rb minimal
``` ```
[RA docs]: https://rust-analyzer.github.io/manual.html#configuration [RA docs]: https://rust-analyzer.github.io/manual.html#configuration