mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Updated windows instructions (#64)
Added sudo to the apt commands to make it easier and match other apt commands.
This commit is contained in:
parent
ce33611bf8
commit
3023dc6bb0
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user