summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-11-08 23:22:09 +0000
committerGitHub <noreply@github.com>2021-11-08 23:22:09 +0000
commitb885ec9cd3b40b9bcb91dadb834d9ecc02cfd67d (patch)
treeed4a970893d2f95aabb94f80d9e86cae0906ff32 /INSTALL.md
parent33db289f7fe31b5200317055899df6ec40bdfc6f (diff)
downloadalacritty-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 70171f1f..bc6f3a77 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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