[ci skip] fix invalid package name for libmysqlclient-dev

tested on Ubuntu Desktop 15.04
This commit is contained in:
Ignatius Reza 2015-09-02 18:30:03 +09:00
parent 2744efdc8b
commit 7a11b10e3d
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ Follow the instructions given by Homebrew to start these.
In Ubuntu just run:
```bash
$ sudo apt-get install mysql-server libmysqlclient15-dev
$ sudo apt-get install mysql-server libmysqlclient-dev
$ sudo apt-get install postgresql postgresql-client postgresql-contrib libpq-dev
```