diff options
author | Siva Mahadevan <siva_mahadevan@outlook.com> | 2017-06-14 15:25:22 -0400 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-06-18 17:05:11 -0700 |
commit | 3dfac443c7779646c96cadb06913518c458b0eb8 (patch) | |
tree | f530f62cb64c92b2a5c8ddd2f24e68f1e492c858 | |
parent | 35e4f2096a388a0043decddbd1a0ad94a2278e71 (diff) | |
download | alacritty-3dfac443c7779646c96cadb06913518c458b0eb8.tar.gz alacritty-3dfac443c7779646c96cadb06913518c458b0eb8.zip |
Add dependency to FreeBSD-specific setup
Fixes problem I had with issue #609, should be better documented.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 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 |