Skip to content

Commit 28d5430

Browse files
committed
Update section 1.4 to mention that some additional package may be required on Linux before cargo-generate can be installed.
1 parent 4331ab1 commit 28d5430

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)