aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFintan <fbh6dc@virginia.edu>2018-11-15 08:58:24 -0500
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-15 13:58:24 +0000
commitba76ac8661539727c96362d501590d4a18936b39 (patch)
tree9d404a78cd9c49284ea1238576b76613c45697a9
parent82d0c5ea44f0f8b487c4b9856d50914ed7262fff (diff)
downloadalacritty-ba76ac8661539727c96362d501590d4a18936b39.tar.gz
alacritty-ba76ac8661539727c96362d501590d4a18936b39.zip
Document homebrew cask option for macOS installation
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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).