Updated windows instructions (#64)

Added sudo to the apt commands to make it easier and match other apt commands.
This commit is contained in:
Sytone 2018-08-07 01:17:38 -07:00 committed by Paulus Schoutsen
parent ce33611bf8
commit 3023dc6bb0

View File

@ -33,8 +33,8 @@ Due to Home Assistant is mainly designed and developed on Linux distributions it
Setup Linux subsystem.
```bash
$ apt-get update
$ apt-get upgrade
$ sudo apt-get update
$ sudo apt-get upgrade
$ echo 'export DISPLAY=:0' >> ~/.bashrc && . ~/.bashrc
$ sudo apt-get install xubuntu-desktop -y
```