From fb6df7f827084d9a1d51d0c233e46b9a45294680 Mon Sep 17 00:00:00 2001 From: Martin Malec Date: Wed, 19 Jan 2022 20:14:36 +0100 Subject: [PATCH] Update README.md fix path adding .wslconfig correct path to C:/Users//.wslconfig --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef36bfa..7e75eb3 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ sudo modprobe kvm Running Docker-OSX on Windows is now possible using WSL2 (Windows 10/11 + WSL Subsystem). -Before continuing, you have to check your Windows 10 versione, in fact you need 20175 build or higher. If you are on Windows 11 you can continue it without care about your version. +Before continuing, you have to check your Windows 10 version, in fact you need 20175 build or higher. If you are on Windows 11 you can continue it without care about your version. Ensure you have enabled the features on your Windows. Search on start "Turn Windows Features on or off" and check these checkbox: @@ -504,7 +504,7 @@ Enabling all the options above, you will have WSL on your Windows OS and the thi After that, you need to have a version 2 WSL Distro installed, check [this link to upgrade from WSL1 to WSL2](https://docs.microsoft.com/en-us/windows/wsl/install#upgrade-version-from-wsl-1-to-wsl-2) in case you have already installed WSL Distro. -After WSL installation, go to C:/Users// and add `nestedVirtualization=true` to the end of the file (If the file not exist, create it). +After WSL installation, go to C:/Users//.wslconfig and add `nestedVirtualization=true` to the end of the file (If the file not exist, create it). The result should be like this: ``` [wsl2]