install.md: Mention WSL
This commit is contained in:
parent
dc1af7a1ee
commit
d5e6807abd
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue