~ruther/avr-device

57eef724a00ea0d41b0f951901b4f50108fdee5f — Rahix 5 years ago 5cbb4d8
Improve build instructions

This commit changes the install-command for rustfmt to explicitly
install the nightly version.  Ref #20.

Signed-off-by: Rahix <rahix@rahix.de>
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 5,7 5,7 @@ Auto-generated wrappers around registers for avr chips.
## Usage
You need to have [atdf2svd](https://github.com/Rahix/atdf2svd), [svd2rust](https://github.com/rust-embedded/svd2rust), [form](https://github.com/djmcgill/form), [rustfmt](https://github.com/rust-lang/rustfmt)(for the *nightly* toolchain) and [PyYAML](https://github.com/yaml/pyyaml) installed:
```bash
rustup component add rustfmt
rustup component add --toolchain nightly rustfmt
cargo install form
cargo install svd2rust
git clone https://github.com/Rahix/atdf2svd

Do not follow this link