Skip to content

Commit 270fccd

Browse files
Merge #304
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>
2 parents 4331ab1 + 28d5430 commit 270fccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/intro/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ We'll use this later to generate a project from a template.
7171
cargo install cargo-generate
7272
```
7373

74+
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.
75+
7476
### OS-Specific Instructions
7577

7678
Now follow the instructions specific to the OS you are using:

0 commit comments

Comments
 (0)