diff options
author | Steve Dondley <s@dondley.com> | 2020-06-14 18:06:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 01:06:14 +0300 |
commit | 00870b2c5cf58d5f713b91257578891f28b48a3e (patch) | |
tree | fa06f8038418dace80b18c41bebd3a3d74750479 | |
parent | 6ee87179170de12e94c310bc7be27482a7790253 (diff) | |
download | alacritty-00870b2c5cf58d5f713b91257578891f28b48a3e.tar.gz alacritty-00870b2c5cf58d5f713b91257578891f28b48a3e.zip |
Improve documentation for install on macOS via brew cask
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -131,8 +131,12 @@ pkg install alacritty 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). +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). 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 |