Skip to content

Commit

Permalink
Merge #304
Browse files Browse the repository at this point in the history
304: Update section 1.4 to mention that some additional packages required r=eldruin a=rod-chapman

...before cargo-generate can be installed.


Co-authored-by: Rod Chapman <rod@proteancode.com>
  • Loading branch information
bors[bot] and rod-chapman authored Oct 6, 2021
2 parents 4331ab1 + 28d5430 commit 270fccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ We'll use this later to generate a project from a template.
cargo install cargo-generate
```

Note: on some Linux distros (e.g. Ubuntu) you may need to install the packages `libssl-dev` and `pkg-config` prior to installing cargo-generate.

### OS-Specific Instructions

Now follow the instructions specific to the OS you are using:
Expand Down

0 comments on commit 270fccd

Please sign in to comment.