Adds cargo-generate to installation instructions

Fixes #186
Related to 753d71ac, which added instructions close to use in the qemu
page, this commit adds the information directly to install where it's
less likely to be overlooked.
This commit is contained in:
Christopher J. McClellan
2019-11-19 19:42:07 -05:00
parent 5ca585c4a7
commit 4498062af7

View File

@@ -47,6 +47,14 @@ $ cargo install cargo-binutils
$ rustup component add llvm-tools-preview
```
### `cargo-generate`
We'll use this later to generate a project from a template.
``` console
$ cargo install cargo-generate
```
### OS-Specific Instructions
Now follow the instructions specific to the OS you are using: