Skip to content

Commit 3d2b861

Browse files
Fix WSL1 install instructions
1 parent 550e668 commit 3d2b861

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

INSTALL.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,23 @@ WSL1 is the preferred terminal to build **pokeemerald**. The following instructi
3333
- Otherwise, **open WSL** and go to [Choosing where to store pokeemerald (WSL1)](#Choosing-where-to-store-pokeemerald-WSL1).
3434

3535
### Installing WSL1
36-
1. Open [Windows Powershell **as Administrator**](https://i.imgur.com/QKmVbP9.png), and run the following command (Right Click or Shift+Insert is paste in the Powershell).
36+
1. Open [Windows Powershell **as Administrator**](https://i.imgur.com/QKmVbP9.png), and run the following commands (Right Click or Shift+Insert is paste in the Powershell).
3737

3838
```powershell
39-
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
39+
wsl --install -d Ubuntu --enable-wsl1
4040
```
4141
4242
2. Once the process finishes, restart your machine.
4343
44-
3. The next step is to choose and install a Linux distribution from the Microsoft Store. The following instructions will assume Ubuntu as the Linux distribution of choice.
45-
<details>
46-
<summary><i>Note for advanced users...</i></summary>
47-
48-
> You can pick a preferred Linux distribution, but setup instructions may differ. Debian should work with the given instructions, but has not been tested.
49-
</details>
44+
3. Open Windows Powershell **as Administrator** again (after restarting), and run the following command to configure Ubuntu to use WSL1.
5045
51-
4. Open the [Microsoft Store Linux Selection](https://aka.ms/wslstore), click Ubuntu, then click Get, which will install the Ubuntu distribution.
46+
```powershell
47+
wsl --set-version Ubuntu 1
48+
```
5249
<details>
53-
<summary><i>Notes...</i></summary>
50+
<summary><i>Note...</i></summary>
5451
55-
> Note 1: If a dialog pops up asking for you to sign into a Microsoft Account, then just close the dialog.
56-
> Note 2: If the link does not work, then open the Microsoft Store manually, and search for the Ubuntu app (choose the one with no version number).
52+
> WSL may open automatically after restarting, but you can ignore it for now.
5753
</details>
5854
5955
### Setting up WSL1

0 commit comments

Comments
 (0)