Update recorder.markdown

This commit is contained in:
Pascal Vizeli 2016-11-21 14:20:18 +01:00 committed by GitHub
parent a2a75c0eeb
commit 6d20493650

View File

@ -59,9 +59,9 @@ $ sudo apt-get install libmysqlclient-dev
$ pip3 install mysqlclient
```
### {% linkable_title PostGreSQL %}
### {% linkable_title PostgreSQL %}
For PostGreSQL you may have to install a few dependencies:
For PostgreSQL you may have to install a few dependencies:
```bash
$ sudo apt-get install postgresql-server-dev-X.Y