You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/desktop/setup/install/windows-install.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,19 +160,19 @@ again when you switch back.
160
160
161
161
## WSL: Verification and Setup
162
162
163
-
If you've chosen to use WSL, first verify that your installed version meets system requirements by running the following command in your terminal:
163
+
If you have chosen to use WSL, first verify that your installed version meets system requirements by running the following command in your terminal:
164
164
165
165
```console
166
166
wsl --version
167
167
```
168
168
169
-
If version details do not appear, you’re likely using the inbox version of WSL. This version does not support modern capabilities and must be updated.
169
+
If version details do not appear, you are likely using the inbox version of WSL. This version does not support modern capabilities and must be updated.
170
170
171
171
You can update or install WSL using one of the following methods:
172
172
173
173
### Option 1: Install or update WSL via the terminal
174
174
1. Open PowerShell or Windows Command Prompt in administrator mode.
175
-
2. Run either the install or update command. For more information, refer to [Install WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
175
+
2. Run either the install or update command. You may be prompted to restart your machine. For more information, refer to [Install WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
176
176
```console
177
177
wsl --install
178
178
@@ -182,7 +182,7 @@ wsl --update
182
182
### Option 2: Install WSL via the MSI package
183
183
If Microsoft Store access is blocked due to security policies:
184
184
1. Go to the official WSL GitHub Releases page: https://github.com/microsoft/WSL/releases
185
-
2. Download the `.msi` installer from the latest stable release (under the Assets dropdown).
185
+
2. Download the `.msi` installer from the latest stable release (under the Assets drop-down).
186
186
3. Run the downloaded installer and follow the setup instructions.
0 commit comments