docs: consistently encourage to install WSL with the --no-distribution option (#3558)

docs: consistently encourage to install WSL with the --no-distribution option. References #3422

Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
This commit is contained in:
Fabrice Flore-Thébault 2023-08-17 09:52:53 +02:00 committed by GitHub
parent 9df5264a92
commit d909cde3fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -446,7 +446,7 @@ class WSL2Check extends BaseCheck {
if (!isWSL) {
if (isAdmin) {
return this.createFailureResult(
'WSL2 is not installed. Call "wsl --install" in a terminal.',
'WSL2 is not installed. Call "wsl --install --no-distribution" in a terminal.',
'Install WSL',
'https://learn.microsoft.com/en-us/windows/wsl/install',
);