aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio B. <claudiob@users.noreply.github.com>2015-09-02 02:54:48 -0700
committerClaudio B. <claudiob@users.noreply.github.com>2015-09-02 02:54:48 -0700
commit1829943943f9f52e02ca15430490a53d1a1ec0b5 (patch)
treea8cbd4c9cb74f678aabdc7a484fe79941634941d
parent2744efdc8b2efa89251ff5219809baa7b8cf8a16 (diff)
parent7a11b10e3d03fd0deb41c0edf378c581c4de7050 (diff)
downloadrails-1829943943f9f52e02ca15430490a53d1a1ec0b5.tar.gz
rails-1829943943f9f52e02ca15430490a53d1a1ec0b5.tar.bz2
rails-1829943943f9f52e02ca15430490a53d1a1ec0b5.zip
Merge pull request #21462 from ignatiusreza/dev_dep_doc
fix invalid package name for libmysqlclient-dev mentioned in development_dependencies_install guide
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 3c670a1221..4322f03d05 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -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
```