File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,9 @@ methods we'd recommend for each operating system:
165
165
[ Homebrew] ( https://brew.sh/ ) by running ` brew install postgresql ` and
166
166
following the post-installation instructions
167
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
168
+ ` postgresql ` or ` postgresql-server ` . You will also need the developer package
169
+ (known either as ` postgresql-devel ` or ` libpq-dev ` ),
170
+ as well as ` postgresql-contrib ` . Here
170
171
are some examples of installation commands that have been tested for the
171
172
following distributions:
172
173
You can’t perform that action at this time.
0 commit comments