From d5e6807abdd074f4172c1d6aa20ba804ce207e32 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 6 Dec 2022 03:12:00 -0800 Subject: [PATCH] install.md: Mention WSL --- docs/INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) 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