1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

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

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