From 3023dc6bb030683ff15c8f21fe6768b3b775c147 Mon Sep 17 00:00:00 2001 From: Sytone Date: Tue, 7 Aug 2018 01:17:38 -0700 Subject: [PATCH] Updated windows instructions (#64) Added sudo to the apt commands to make it easier and match other apt commands. --- docs/development_environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index e3b483ab..2e0600f4 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -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 ```