Skip to content

Commit badb1cd

Browse files
authored
Don't recommend installing a server to get libpq
This is a dependency of `postgresql-server-dev-all`, and I suspect it's the only bit we actually need.
1 parent efb2a55 commit badb1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide_drafts/backend_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ with various package managers.
4040

4141
### PostgreSQL
4242

43-
`sudo apt-get install postgresql-server-dev-all`
43+
`sudo apt-get install libpq-dev`
4444

4545
### MySQL
4646

0 commit comments

Comments
 (0)