summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiclas Zeising <zeising+github@daemonic.se>2018-11-01 21:09:19 +0100
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-01 20:09:19 +0000
commita846faa6ef28b105d921ccbdabcf2cb201fe7c94 (patch)
treef0547d5e5b710007ef36fb68b12cf514ee0ffcc9
parent2c37da48b580237ff48f5e841015134dd459b41d (diff)
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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b6a248f..865fa92b 100644
--- a/README.md
+++ b/README.md
@@ -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).