diff options
| author | Ernest Hemingway <[email protected]> | 2018-02-10 14:15:36 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-02-10 14:17:05 -0500 |
| commit | 9b6454c52ae5d53394fc6542e9f3e02a1388fbe9 (patch) | |
| tree | 29f8f7de647483264fcaf464f7ba94e121357277 | |
| parent | Merge #12220: Error if relative -walletdir is specified (diff) | |
| download | discoin-9b6454c52ae5d53394fc6542e9f3e02a1388fbe9.tar.xz discoin-9b6454c52ae5d53394fc6542e9f3e02a1388fbe9.zip | |
Improve "Turn Windows Features On or Off" step
| -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 9e0e66e52..8af943776 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 |