Skip to content

Commit 6e6e25a

Browse files
authored
Merge pull request #867 from kureuil/contributing-postgres-fedora
Installation guide for PostgresQL on Fedora was missing a package
2 parents 70b5481 + 9a6a96c commit 6e6e25a

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)