diff options
author | Niclas Zeising <zeising+github@daemonic.se> | 2018-11-01 21:09:19 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-01 20:09:19 +0000 |
commit | a846faa6ef28b105d921ccbdabcf2cb201fe7c94 (patch) | |
tree | f0547d5e5b710007ef36fb68b12cf514ee0ffcc9 | |
parent | 2c37da48b580237ff48f5e841015134dd459b41d (diff) | |
download | alacritty-a846faa6ef28b105d921ccbdabcf2cb201fe7c94.tar.gz alacritty-a846faa6ef28b105d921ccbdabcf2cb201fe7c94.zip |
Add Instructions for installing on FreeBSD
Readd instructions for how to install pre-compiled alacritty packages on
FreeBSD. This was accidentaly removed in cb6e065.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,6 +74,11 @@ xbps-install alacritty emerge x11-terms/alacritty ``` +### FreeBSD +```sh +pkg install alacritty +``` + ### Windows Prebuilt binaries can be downloaded from the artifacts section of [appveyor](https://ci.appveyor.com/project/jwilm/alacritty). |