Merge pull request #221 from The-Alchemist/patch-2

Small typo
This commit is contained in:
Blottiere Paul 2018-06-18 05:15:07 +01:00 committed by GitHub
commit 4bbaf4571b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ After generating the configure script with ``autogen.sh``, ``./configure --help
Note: you can use ``--with-pgconfig`` on the ``./configure`` command line if you have multiple PostgreSQL installations on your system and want to target a specific one. For example:
- ``./configure --with-pgconfig=/sur/lib/postgresql/9.5/bin/pg_config``
- ``./configure --with-pgconfig=/usr/lib/postgresql/9.5/bin/pg_config``
Run unit tests: