Skip to content

Commit 9ad6a3d

Browse files
authored
Update README.md
1 parent 9dc6cfe commit 9ad6a3d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,26 @@ instructions follow below.
149149

150150
#### Windows (WSL):
151151
- Ubuntu 18.04 LTS (Windows Store)
152-
- Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux (Powershell with admin rights)
153152

154-
Then run the following in the WSL command prompt:
153+
In a powershell terminal with admin right, run the following:
154+
155+
```
156+
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
157+
```
158+
159+
Then run the following in the WSL command prompt that is created:
155160

156161
```
157162
sudo apt-get update
158163
sudo apt-get install git build-essential nasm clang cmake libelf-dev
159164
```
160165

166+
Your files can be found here:
167+
168+
```
169+
C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
170+
```
171+
161172
Note that the WSL cannot be used to compile the Windows drivers or start/stop the hypervisor.
162173
It can, however, be used to compile the hypervisor including the UEFI version without the
163174
need for Cygwin. If this is paired with the Visual Studio build environment, and you manually

0 commit comments

Comments
 (0)