mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add dependency to FreeBSD-specific setup
Fixes problem I had with issue #609, should be better documented.
This commit is contained in:
parent
35e4f2096a
commit
3dfac443c7
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ command that should install all of them. If something is still found to be
|
|||
missing, please open an issue.
|
||||
|
||||
```sh
|
||||
pkg install cmake freetype2 fontconfig xclip
|
||||
pkg install cmake freetype2 fontconfig xclip pkgconf
|
||||
```
|
||||
|
||||
#### Other
|
||||
|
|
Loading…
Reference in a new issue