From 88076938ed582e3aa8ef8752c6a7ec8948603c69 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Fri, 28 Sep 2018 22:11:44 +0200 Subject: [PATCH] Add note about package install on FreeBSD --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a96ed29c..f9a7da57 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ zypper in alacritty xbps-install alacritty ``` +### FreeBSD +```sh +pkg install alacritty +``` + ## Manual Installation ### Prerequisites