veecle / tricore-probe

Just like probe-run but targeting the Tricore-Architecture
Apache License 2.0
20 stars 5 forks source link

Docs: extend defmt-cli install info in readme #29

Closed gemesa closed 3 months ago

gemesa commented 3 months ago

Intent

At HighTec we noticed that for newcomers it is not obvious how to install the defmt-print executable. The readme is confusing currently because it points them to the defmt-print crate and there they see these:

Run the following Cargo command in your project directory: cargo add defmt-print

Or add the following line to your Cargo.toml: defmt-print = "0.3.12"

But instead they would need this: cargo install defmt-print so this change spells it out for them.

Checklist