install.md: Mention WSL

This commit is contained in:
Anmol Sethi 2022-12-06 03:12:00 -08:00
parent dc1af7a1ee
commit d5e6807abd
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -13,6 +13,7 @@ You may install `d2` through any of the following methods.
- <a href="#source-release" id="toc-source-release">Source Release</a> - <a href="#source-release" id="toc-source-release">Source Release</a>
- <a href="#windows" id="toc-windows">Windows</a> - <a href="#windows" id="toc-windows">Windows</a>
- <a href="#msys2" id="toc-msys2">MSYS2</a> - <a href="#msys2" id="toc-msys2">MSYS2</a>
- <a href="#wsl" id="toc-wsl">WSL</a>
- <a href="#coming-soon" id="toc-coming-soon">Coming soon</a> - <a href="#coming-soon" id="toc-coming-soon">Coming soon</a>
## install.sh ## 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 In addition, all of our development and CI scripts work under MSYS2 whereas they do not
under plain Windows. 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 ## Coming soon
- Docker image - Docker image