diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 22af59e05..7d29525d2 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -13,6 +13,7 @@ You may install `d2` through any of the following methods.
- Source Release
- Windows
- MSYS2
+ - WSL
- Coming soon
## install.sh
@@ -185,6 +186,12 @@ The MSYS2 terminal also enables `d2` to display colors like in the above screens
In addition, all of our development and CI scripts work under MSYS2 whereas they do not
under plain Windows.
+### WSL
+
+`d2` works perfectly under [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)
+aka Windows Subsystem for Linux if that's what you prefer. Installation is just like any
+other Linux system.
+
## Coming soon
- Docker image