Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ Download the prebuilt file `wsl-vpnkit.tar.gz` from the [latest release](https:/
```pwsh
# PowerShell

wsl --import wsl-vpnkit --version 2 $env:USERPROFILE\wsl-vpnkit wsl-vpnkit.tar.gz
wsl --import wsl-vpnkit "$env:USERPROFILE\wsl-vpnkit" "$env:USERPROFILE\Downloads\wsl-vpnkit.tar.gz" --version 2
```

You should see:

![progress](https://github.com/sakai135/wsl-vpnkit/assets/5055400/2c3fee06-60bd-467e-9018-b77dc0e11e25)

Run `wsl-vpnkit`. This will run `wsl-vpnkit` in the foreground.

```sh
Expand All @@ -36,7 +40,7 @@ To update, unregister the existing distro and import the new version.
# PowerShell

wsl --unregister wsl-vpnkit
wsl --import wsl-vpnkit --version 2 $env:USERPROFILE\wsl-vpnkit wsl-vpnkit.tar.gz
wsl --import wsl-vpnkit "$env:USERPROFILE\wsl-vpnkit" "$env:USERPROFILE\Downloads\wsl-vpnkit.tar.gz" --version 2
```

#### Uninstall
Expand Down