Skip to content

Commit

Permalink
windows: be sure to install a recent version of Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jipodine committed Dec 18, 2024
1 parent 6018c73 commit 02737c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setting-up-the-dev-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@ Install also the following packages:

The _dotpi_ system will run inside the `Windows Subsystem for Linux`, `WSL`. It requires `Windows` version 10 or 11, and allows the run an almost complete `Linux` system within `Windows`.

The first time, run a `Windows PowerShell` as administrator, and install a `Linux` distribution.
The first time, run a `Windows PowerShell` as administrator.

Update `WSL` :

```
PS C:\Users\spamm> wsl --update
Checking for updates.
The most recent version of Windows Subsystem for Linux is already installed.
PS C:\Users\spamm>
```

Then, install a recent `Linux` distribution. (Ubuntu 24 is known to work.)

```
PS C:\Windows\system32> wsl --install Ubuntu
Expand Down

0 comments on commit 02737c1

Please sign in to comment.