diff --git a/README.md b/README.md index 0587b75..c6a4416 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ You can also build the image manually: ```sh git clone --branch v0.4.2 https://github.com/pgvector/pgvector.git cd pgvector -docker build -t pgvector . +docker build --build-arg PG_MAJOR=15 -t pgvector . ``` ### Homebrew