1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[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

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
```