We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4246c5a + 8229912 commit 28b8442Copy full SHA for 28b8442
src/lib.rs
@@ -175,7 +175,8 @@ impl fmt::Display for Error {
175
"Try `brew install pkg-config` if you have Homebrew.\n"
176
} else if cfg!(unix) {
177
"Try `apt install pkg-config`, or `yum install pkg-config`,\n\
178
- or `pkg install pkg-config` depending on your distribution.\n"
+ or `pkg install pkg-config`, or `apk add pkgconfig` \
179
+ depending on your distribution.\n"
180
} else {
181
"" // There's no easy fix for Windows users
182
};
0 commit comments