Skip to content

Commit

Permalink
Merge #213
Browse files Browse the repository at this point in the history
213: Adds cargo-generate to installation instructions r=jamesmunns a=rubberduck203

Fixes #186
Related to 753d71a, 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.

Co-authored-by: Christopher J. McClellan <[email protected]>
  • Loading branch information
bors[bot] and rubberduck203 authored Apr 26, 2020
2 parents ba921b0 + 4498062 commit e3b0e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3b0e42

Please sign in to comment.