Skip to content

Commit

Permalink
Update README.md with usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
irsital committed May 20, 2021
1 parent 71cc838 commit 20fc0fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Install WSL2
These scripts enable WSL2 on Windows and downloads/installs Debian without the need to interact with the Microsoft Store.

This is based on the instructions provided here: https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps

> Note: There are 2 separate manual stages because on my machine I'm not allowed to create a `Workflow` that does a `Register-ScheduledJob` to continue working after a restart.
## How to use:
* Open a `PowerShell`-terminal, and run `stage1`:
```
iwr https://raw.githubusercontent.com/irsital/install-wsl2/main/stage1.ps1 | iex
```
* ***Restart machine***
* Open a `PowerShell`-terminal, and now run `stage2`
```
iwr https://raw.githubusercontent.com/irsital/install-wsl2/main/stage2.ps1 | iex
```

0 comments on commit 20fc0fe

Please sign in to comment.