diff options
author | Andrew Zhou <andrewfzhou@gmail.com> | 2020-07-04 09:03:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 14:03:48 +0000 |
commit | 466f95d3babdf55bfb9a8aa74697cac8f136590b (patch) | |
tree | fde3289e8c9cc94054c419bd4209e9fe9495ce52 /README.md | |
parent | e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44 (diff) | |
download | alacritty-466f95d3babdf55bfb9a8aa74697cac8f136590b.tar.gz alacritty-466f95d3babdf55bfb9a8aa74697cac8f136590b.zip |
Add auxiliary files to macOS Application bundle
Fixes #2653.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -131,12 +131,9 @@ 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). 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). +Once the cask is installed, it is recommended to setup the manual page, shell +completions, and terminfo definitions. These are located inside the installed +application's Resources directory: `Alacritty.app/Contents/Resources`. ### Windows |