Skip to content

Commit

Permalink
Add alpine linux apk add
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored Oct 18, 2022
1 parent 4246c5a commit 8229912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ impl fmt::Display for Error {
"Try `brew install pkg-config` if you have Homebrew.\n"
} else if cfg!(unix) {
"Try `apt install pkg-config`, or `yum install pkg-config`,\n\
or `pkg install pkg-config` depending on your distribution.\n"
or `pkg install pkg-config`, or `apk add pkgconfig` \
depending on your distribution.\n"
} else {
"" // There's no easy fix for Windows users
};
Expand Down

0 comments on commit 8229912

Please sign in to comment.