From ba76ac8661539727c96362d501590d4a18936b39 Mon Sep 17 00:00:00 2001 From: Fintan Date: Thu, 15 Nov 2018 08:58:24 -0500 Subject: [PATCH] Document homebrew cask option for macOS installation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9f8030eb..b0861a74 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,14 @@ emerge x11-terms/alacritty pkg install alacritty ``` +### macOS + +```sh +brew cask install alacritty +``` + +Once the cask is installed, it is recommended to setup the [manual page](INSTALL.md#manual-page), [shell completions](INSTALL.md#shell-completions), and [terminfo definitions](INSTALL.md#terminfo). + ### Other Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the [GitHub releases page](https://github.com/jwilm/alacritty/releases).