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: INSTALL.md
+8-12
Original file line number
Diff line number
Diff line change
@@ -33,27 +33,23 @@ WSL1 is the preferred terminal to build **pokeemerald**. The following instructi
33
33
- Otherwise, **open WSL** and go to [Choosing where to store pokeemerald (WSL1)](#Choosing-where-to-store-pokeemerald-WSL1).
34
34
35
35
### 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).
2. Once the process finishes, restart your machine.
43
43
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.
50
45
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
+
```
52
49
<details>
53
-
<summary><i>Notes...</i></summary>
50
+
<summary><i>Note...</i></summary>
54
51
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.
0 commit comments