mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
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:
parent
9df5264a92
commit
d909cde3fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue