From 00870b2c5cf58d5f713b91257578891f28b48a3e Mon Sep 17 00:00:00 2001 From: Steve Dondley Date: Sun, 14 Jun 2020 18:06:14 -0400 Subject: [PATCH] Improve documentation for install on macOS via brew cask --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 355f8a97..3ec4f231 100644 --- a/README.md +++ b/README.md @@ -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