Merge pull request #2070 from al-cheb/al-cheb/update-wsl-version

[Windows] Update WSLv1 version
This commit is contained in:
Maxim Lobanov
2020-11-18 09:36:38 +03:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ if (Test-IsWin19)
{
$markdown += New-MDHeader "Enabled windows optional features" -Level 2
$markdown += New-MDList -Style Unordered -Lines @(
"Windows Subsystem for Linux"
"Windows Subsystem for Linux [WSLv1]"
)
}