Skip to content

Commit 4473a9c

Browse files
Antiz96jelly
authored andcommitted
Add the automated install / run method for the WSL image to the Download page
1 parent 24b21bf commit 4473a9c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

templates/public/download.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ <h3>VM images</h3>
9595

9696
<h3>WSL images</h3>
9797

98-
<p>Official WSL images are available for download on <a href="https://geo.mirror.pkgbuild.com/wsl/latest">mirrors</a>, more information is available in the <a href="https://wiki.archlinux.org/title/Install_Arch_Linux_on_WSL">Wiki</a>.</p>
98+
<p>The official WSL image can be installed with the following command (in a PowerShell prompt from a Windows system with WSL 2 installed):</p>
99+
<code>wsl --install archlinux</code>
100+
101+
<p>It is also available for download on <a href="https://geo.mirror.pkgbuild.com/wsl/latest">mirrors</a>.</p>
102+
<p>More information available in the <a href="https://wiki.archlinux.org/title/Install_Arch_Linux_on_WSL">Wiki</a>.</p>
99103

100104
<h3 id="http-downloads">HTTP Direct Downloads</h3>
101105

0 commit comments

Comments
 (0)