mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -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.
|
missing, please open an issue.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pkg install cmake freetype2 fontconfig xclip
|
pkg install cmake freetype2 fontconfig xclip pkgconf
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
Loading…
Reference in a new issue