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:
parent
82d0c5ea44
commit
ba76ac8661
1 changed files with 8 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue