Fixing formatting (#6304)

Triple back ticks need to be on their own line
This commit is contained in:
DubhAd 2018-09-18 10:06:15 +01:00 committed by Fabian Affolter
parent 5ee6485ec6
commit 0019a420ca

View File

@ -114,4 +114,5 @@ When instructions tell you to activate the virtual environment, the following co
```bash
$ sudo -u homeassistant -H -s
$ source /srv/homeassistant/bin/activate```
$ source /srv/homeassistant/bin/activate
```