Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldosramos authored Aug 19, 2019
1 parent be5c52c commit 3323e84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-L
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
```

After restarting, install Ubuntu from the [Microsoft Store](https://www.microsoft.com/pt-br/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab) or through the terminal:
Additionally, if you want to make WSL 2 your default architecture you can do so with this command:

```
curl.exe -L -o ubuntu.appx https://aka.ms/wsl-ubuntu
wsl --set-default-version 2
```

Additionally, if you want to make WSL 2 your default architecture you can do so with this command:
After restarting, install Ubuntu from the [Microsoft Store](https://www.microsoft.com/pt-br/p/ubuntu/9nblggh4msv6?activetab=pivot:overviewtab) or through the terminal:

```
wsl --set-default-version 2
curl.exe -L -o ubuntu.appx https://aka.ms/wsl-ubuntu
```

Launch `Ubuntu.exe` from the _Start Menu_. You’ll be asked to enter a username and password (for sudo stuff).
Expand Down

0 comments on commit 3323e84

Please sign in to comment.