From: Chris Hofstaedtler Date: Wed, 5 Dec 2018 22:53:48 +0000 (+0100) Subject: README.md: fix typo in macOS instructions X-Git-Tag: auth-4.2.0-alpha1~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7263%2Fhead;p=thirdparty%2Fpdns.git README.md: fix typo in macOS instructions --- diff --git a/README.md b/README.md index 869ed56134..40d4171479 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ brew install boost lua pkg-config ragel openssl make -j4 ``` -Additionally, for PostgreSQL support, run `brew install postgresql` and add `--with-modules="gpsql"` to `./configure`. +Additionally, for PostgreSQL support, run `brew install postgresql` and add `--with-modules="gpgsql"` to `./configure`. For MySQL support, run `brew install mariadb` and add `--with-modules="gmysql"` to `./configure`. Linux notes