1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Improve documentation for install on macOS via brew cask

This commit is contained in:
Steve Dondley 2020-06-14 18:06:14 -04:00 committed by GitHub
parent 6ee8717917
commit 00870b2c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,8 +131,12 @@ pkg install alacritty
brew cask install alacritty brew cask install alacritty
``` ```
Once the cask is installed, it is recommended to setup the [manual page](INSTALL.md#manual-page), Once the cask is installed, it is recommended to setup the
[shell completions](INSTALL.md#shell-completions), and [terminfo definitions](INSTALL.md#terminfo). [manual page](INSTALL.md#manual-page),
[shell completions](INSTALL.md#shell-completions), and
[terminfo definitions](INSTALL.md#terminfo). These instructions need to be
followed from within the Alacritty source for your version, which can be found
on the [GitHub releases page](https://github.com/alacritty/alacritty/releases).
### Windows ### Windows