Skip to content

Commit 8a914b9

Browse files
authored
Include pkg-config in dependencies
Fixes #41
1 parent 5df6fce commit 8a914b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Or download the latest tar-ball:
3232

3333
Install dependencies:
3434

35-
- [macFUSE][macfuse] on *macOS*, e.g. via `brew install macfuse`
36-
- `sudo apt-get install libfuse-dev fuse` on Debian-based *GNU/Linux* distros
35+
- [macFUSE][macfuse] on *macOS*, e.g. via `brew install pkgconf macfuse`
36+
- `sudo apt-get install pkg-config libfuse-dev fuse` on Debian-based *GNU/Linux* distros
3737
- Or install the latest FUSE manually from [source][fuse]
3838

3939
Compile:

0 commit comments

Comments
 (0)