diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index f3c1665..58fe33c 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -1,6 +1,7 @@
# Table of Contents
- [Packages](#packages)
+ - [Void Linux](#void-linux)
- [Fedora](#fedora)
- [AUR](#aur)
- [Nix Flake](#nix-flake)
@@ -29,6 +30,27 @@ Lidm now should show on the next boot!
If you are on a TTY and don't wish to reboot, you should be able to use `--now` with both commands. It's likely to kill your current desktop environment if it was launched from it.
+## Void Linux
+
+Lidm can be installed from the official Void Linux packages:
+
+```sh
+xbps-install lidm
+```
+
+To enable the service that starts on boot:
+
+```sh
+ln -s /etc/sv/lidm /var/service/
+```
+
+It is recommended to disable any other display managers that are still enabled:
+
+```sh
+touch /etc/sv/lightdm/down # replace lightdm with your previous display manager (e.g., sddm, gdm)
+```
+
+
## Fedora
Thanks to @KernelFreeze there's a COPR repo available at to install lidm. ()