From 652dd3406b2858a92a8fd73201ae0e51208fe743 Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Tue, 3 May 2022 17:18:57 +0200 Subject: [PATCH] PG-269: Updated install from source chapter Signed-off-by: Kai Wagner --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8924fb5..82080cf 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,8 @@ To build `pg_stat_monitor` from source code, you require the following: * git * make * gcc -* pg_config +* postgresql-devel | postgresql-server-dev-all + You can download the source code of the latest release of `pg_stat_monitor` from [the releases page on GitHub](https://github.com/Percona/pg_stat_monitor/releases) or using git: