Skip to content

Commit

Permalink
add comment to run "cargo install cargo-generate" first
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Eicher committed Jun 3, 2019
1 parent 51845ac commit 753d71a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ project from it.
[`cortex-m-quickstart`]: https://github.com/rust-embedded/cortex-m-quickstart

### Using `cargo-generate`

First install cargo-generate
```console
cargo install cargo-generate
```
Then generate a new project
```console
cargo generate --git https://github.com/rust-embedded/cortex-m-quickstart
```
Expand Down

0 comments on commit 753d71a

Please sign in to comment.