yuk7 / AlpineWSL

Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
https://git.io/alpwsl
MIT License
541 stars 48 forks source link

What is the exact step to register to WSL? #30

Open carun opened 1 year ago

carun commented 1 year ago

README talks about: "3.Run Alpine.exe to Extract rootfs and Register to WSL"

What is the exact step to register to WSL? It will be good to document for noobs.

slonopotamus commented 1 year ago

You're reading it wrong. It is "Run Alpine.exe to (Extract rootfs and Register to WSL)"

Marco-DG commented 1 year ago

Open the cmd or powershell and run "wsl --list" and you will see that it is installed.

To enter inside it run: "wsl -d alpine" and then to go to the home directory: "cd ~"