Fix recorder.markdown layout (#1844)

The mysql shell example wasn't closed correcty.
This commit is contained in:
Michaël Arnauts 2017-01-21 21:27:40 +01:00 committed by Fabian Affolter
parent c352564001
commit 022ed8c583
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -115,6 +115,7 @@ root@homeassistant:~# su homeassistant
homeassistant@homeassistant:/root$ cd /srv/homeassistant/homeassistant_venv/
homeassistant@homeassistant:/srv/homeassistant/homeassistant_venv$ source bin/activate
(homeassistant_venv) homeassistant@homeassistant:/srv/homeassistant/homeassistant_venv$ pip3 install pymysql
```
### {% linkable_title PostgreSQL %}