aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a73a9f8..478c7bf 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,9 @@ Connector/C++ (https://dev.mysql.com/downloads/connector/cpp/)
# apt get install libmysqlcppconn-dev
### PostgreSQL
-libpqxx (http://pqxx.org/development/libpqxx/wiki/DownloadPage)
+libpq (https://www.postgresql.org/download/)
- # apt get install libpqxx-dev
+ # apt get install libpq-dev
### SQLite
libsqlite (https://www.sqlite.org/download.html)
@@ -49,4 +49,4 @@ A number of examples are included in the examples directory. Generally the synta
-By Richard Knight 2019 \ No newline at end of file
+By Richard Knight 2019