diff options
author | Ernest Hemingway <coomni120@gmail.com> | 2018-02-10 14:15:36 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-02-10 14:17:05 -0500 |
commit | 9b6454c52ae5d53394fc6542e9f3e02a1388fbe9 (patch) | |
tree | 29f8f7de647483264fcaf464f7ba94e121357277 /doc | |
parent | f4c942e3615435c9e5d7ff0cefd935be08768d0c (diff) |
Improve "Turn Windows Features On or Off" step
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-windows.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 9e0e66e522..8af9437765 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -34,10 +34,9 @@ Full instructions to install WSL are available on the above link. To install WSL on Windows 10 with Fall Creators Update installed (version >= 16215.0) do the following: 1. Enable the Windows Subsystem for Linux feature - * From Start, search for "Turn Windows features on or off" (type 'turn') - * Select Windows Subsystem for Linux - * Click OK - * Restart if necessary + * Open the Windows Features dialog (`OptionalFeatures.exe`) + * Enable 'Windows Susbsystem for Linux' + * Click 'OK' and restart if necessary 2. Install Ubuntu * Open Microsoft Store and search for Ubuntu or use [this link](https://www.microsoft.com/store/productId/9NBLGGH4MSV6) * Click Install |