diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-11-08 23:22:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 23:22:09 +0000 |
commit | b885ec9cd3b40b9bcb91dadb834d9ecc02cfd67d (patch) | |
tree | ed4a970893d2f95aabb94f80d9e86cae0906ff32 /INSTALL.md | |
parent | 33db289f7fe31b5200317055899df6ec40bdfc6f (diff) | |
download | alacritty-b885ec9cd3b40b9bcb91dadb834d9ecc02cfd67d.tar.gz alacritty-b885ec9cd3b40b9bcb91dadb834d9ecc02cfd67d.zip |
Add alacritty-msg manpage to documentation
The original multiwindow PR added a new manpage, however this was not
properly documented or included in our CI. This patch resolves these
issues.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -310,6 +310,7 @@ Installing the manual page requires the additional dependency `gzip`. ```sh sudo mkdir -p /usr/local/share/man/man1 gzip -c extra/alacritty.man | sudo tee /usr/local/share/man/man1/alacritty.1.gz > /dev/null +gzip -c extra/alacritty-msg.man | sudo tee /usr/local/share/man/man1/alacritty-msg.1.gz > /dev/null ``` ### Shell completions |