Restyle PostgreSQL

This commit is contained in:
Adam Novak 2022-10-30 14:46:35 -04:00
parent 7d1d0806fc
commit d4a240f749
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ docker buildx build --load -t 1337kavin/sponsorblock-mirror .
## Troubleshooting
* If the linker complains about a missing `-lpq`, make sure you have the PostgresQL development libraries, which may be in a `libpq-dev` package or your distribution's equivalent.
* If the linker complains about a missing `-lpq`, make sure you have the PostgreSQL development libraries, which may be in a `libpq-dev` package or your distribution's equivalent.
* If Docker complains that `the --mount option requires BuildKit`, make sure you are building with `docker buildx build` and not `docker build`.