From a846faa6ef28b105d921ccbdabcf2cb201fe7c94 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Thu, 1 Nov 2018 21:09:19 +0100 Subject: Add Instructions for installing on FreeBSD Readd instructions for how to install pre-compiled alacritty packages on FreeBSD. This was accidentaly removed in cb6e065. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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). -- cgit