Skip to content

Commit e9e2137

Browse files
committed
more INSTALL nits
1 parent c2b923e commit e9e2137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sh install.sh
2020

2121
On Ubuntu 18.04, you need python 3.7. It's not available in the default
2222
repository, so you need to add an alternate source. You can skip this step
23-
if you install in Ubuntu 19.x or higher
23+
if you install in Ubuntu 19.x or higher.
2424

2525
```bash
2626
# for add-apt-repository
@@ -49,7 +49,7 @@ From an Administrator PowerShell
4949
`Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux`
5050
and then
5151
`Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform`.
52-
This usually requires a reboot. Once that is complete, install Ubuntu 18.04 LTS from the Microsoft Store.
52+
This usually requires a reboot. Once that is complete, install Ubuntu 18.04 LTS from the Microsoft Store and run it. Then follow the steps below.
5353
```bash
5454
# add-apt-repository
5555
sudo apt install software-properties-common -y

0 commit comments

Comments
 (0)