Document homebrew cask option for macOS installation

This commit is contained in:
Fintan 2018-11-15 08:58:24 -05:00 committed by Christian Duerr
parent 82d0c5ea44
commit ba76ac8661
1 changed files with 8 additions and 0 deletions

View File

@ -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).