You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/public/download.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,11 @@ <h3>VM images</h3>
95
95
96
96
<h3>WSL images</h3>
97
97
98
-
<p>Official WSL images are available for download on <ahref="https://geo.mirror.pkgbuild.com/wsl/latest">mirrors</a>, more information is available in the <ahref="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 <ahref="https://geo.mirror.pkgbuild.com/wsl/latest">mirrors</a>.</p>
102
+
<p>More information available in the <ahref="https://wiki.archlinux.org/title/Install_Arch_Linux_on_WSL">Wiki</a>.</p>
0 commit comments