diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index aec71267f..30e31d7cd 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
@@ -83,6 +85,18 @@ You can also install from source with:
brew install d2 --HEAD
```
+## 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.