Skip to content

Commit 28b8442

Browse files
authored
Merge pull request #137 from williamdes/patch-1
Add alpine linux apk add
2 parents 4246c5a + 8229912 commit 28b8442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ impl fmt::Display for Error {
175175
"Try `brew install pkg-config` if you have Homebrew.\n"
176176
} else if cfg!(unix) {
177177
"Try `apt install pkg-config`, or `yum install pkg-config`,\n\
178-
or `pkg install pkg-config` depending on your distribution.\n"
178+
or `pkg install pkg-config`, or `apk add pkgconfig` \
179+
depending on your distribution.\n"
179180
} else {
180181
"" // There's no easy fix for Windows users
181182
};

0 commit comments

Comments
 (0)