From 6c092916e11defc60fc09b0e47107d08e67906e0 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 7 Dec 2020 14:28:10 +0200 Subject: [PATCH] make pg info more clear --- docs/CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 9cda3f96bc8..42c072cda12 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -165,8 +165,9 @@ methods we'd recommend for each operating system: [Homebrew](https://brew.sh/) by running `brew install postgresql` and following the post-installation instructions - Linux: Postgres is generally available in the distribution repositories as - `postgresql` or `postgresql-server`. You will also need `postgresql-devel`, - which might be called `postgresql-contrib`, and possibly `libpq-dev`. Here + `postgresql` or `postgresql-server`. You will also need the developer package + (known either as `postgresql-devel` or `libpq-dev`), + as well as `postgresql-contrib`. Here are some examples of installation commands that have been tested for the following distributions: