We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe031 commit 6c09291Copy full SHA for 6c09291
docs/CONTRIBUTING.md
@@ -165,8 +165,9 @@ methods we'd recommend for each operating system:
165
[Homebrew](https://brew.sh/) by running `brew install postgresql` and
166
following the post-installation instructions
167
- Linux: Postgres is generally available in the distribution repositories as
168
- `postgresql` or `postgresql-server`. You will also need `postgresql-devel`,
169
- 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`),
170
+ as well as `postgresql-contrib`. Here
171
are some examples of installation commands that have been tested for the
172
following distributions:
173
0 commit comments