diff options
author | Niclas Zeising <zeising+github@daemonic.se> | 2018-09-28 22:11:44 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-28 20:11:44 +0000 |
commit | 88076938ed582e3aa8ef8752c6a7ec8948603c69 (patch) | |
tree | 96ac4c8b4c8437a9668dae853ba247e9834effbb | |
parent | 93837110aace817f1cbb2a4de7a7facd3cde4a7b (diff) | |
download | alacritty-88076938ed582e3aa8ef8752c6a7ec8948603c69.tar.gz alacritty-88076938ed582e3aa8ef8752c6a7ec8948603c69.zip |
Add note about package install on FreeBSD
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -72,6 +72,11 @@ zypper in alacritty xbps-install alacritty ``` +### FreeBSD +```sh +pkg install alacritty +``` + ## Manual Installation ### Prerequisites |