Skip to content

Commit 9a6a96c

Browse files
committed
Installation guide for PostgresQL on Fedora was missing a package
1 parent 70b5481 commit 9a6a96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ methods we'd recommend for each operating system:
157157
following distributions:
158158

159159
- Ubuntu: `sudo apt-get install postgresql postgresql-contrib libpq-dev`
160-
- Fedora: `sudo dnf install postgresql-server postgresql-contrib`
160+
- Fedora: `sudo dnf install postgresql-server postgresql-contrib postgresql-devel`
161161

162162
> If you're missing a package, when you try to `cargo install` or `cargo
163163
> build` later, you'll get an error that looks like this:

0 commit comments

Comments
 (0)