Skip to content

Commit

Permalink
Merge pull request #137 from williamdes/patch-1
Browse files Browse the repository at this point in the history
Add alpine linux apk add
  • Loading branch information
sdroege committed Oct 18, 2022
2 parents 4246c5a + 8229912 commit 28b8442
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 28b8442

Please sign in to comment.