Skip to content

Commit 7ebea7f

Browse files
committed
Fix pkgconfig name for Fedora instructions
1 parent 73b3491 commit 7ebea7f

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
@@ -220,7 +220,7 @@ by typing `\q`) without any errors to connect to your running Postgres server.
220220
`pkg-config` as well. According to
221221
[rust-openssl](https://github.com/sfackler/rust-openssl),
222222
- Ubuntu: `sudo apt-get install libssl-dev pkg-config`
223-
- Fedora: `sudo dnf install openssl-devel pkg-config`
223+
- Fedora: `sudo dnf install openssl-devel pkgconfig`
224224
- Arch Linux: `sudo pacman -S openssl pkg-config`
225225
226226
> If you have problems with OpenSSL, see [rust-openssl's

0 commit comments

Comments
 (0)