Use apt in readme [skip ci]

This commit is contained in:
Andrew Kane
2023-05-22 14:10:35 -07:00
parent 4576a9f9a4
commit 491b6b18f9

View File

@@ -368,7 +368,7 @@ If compilation fails with `fatal error: postgres.h: No such file or directory`,
For Ubuntu and Debian, use:
```sh
sudo apt-get install postgresql-server-dev-15
sudo apt install postgresql-server-dev-15
```
Note: Replace `15` with your Postgres server version