mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user