diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 7d29525d2..3bc14d9b8 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -6,6 +6,8 @@ You may install `d2` through any of the following methods.
- install.sh
- Security
- macOS (Homebrew)
+- Linux
+ - Void Linux
- Standalone
- Manual
- PREFIX
@@ -78,6 +80,18 @@ brew install d2
> The install script above does this automatically if you have `brew` installed and
> are running it on macOS.
+## Linux
+
+The following distributions have packages for d2:
+
+### Void Linux
+
+All supported platforms:
+
+```sh
+xbps-install d2
+```
+
## Standalone
We publish standalone release archives for every release on Github.