Skip to content

Commit

Permalink
Update section 1.4 to mention that some additional package may be req…
Browse files Browse the repository at this point in the history
…uired on Linux before cargo-generate can be installed.
  • Loading branch information
rod-chapman committed Oct 6, 2021
1 parent 4331ab1 commit 28d5430
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 28d5430

Please sign in to comment.