Remove duplicate command

This commit is contained in:
Fabian Affolter 2017-05-13 07:26:27 +02:00
parent 3899670cfd
commit 4c523911d1
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -27,7 +27,6 @@ To isolate the Home Assistant installation a [venv](https://docs.python.org/3/li
```bash
$ sudo mkdir -p /opt/homeassistant
$ cd /opt/homeassistant
```
Now switch to the new directory, setup the venv, and activate it.