diff --git a/README.md b/README.md index 550a2ef..f07af34 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ You can also build the image manually: ```sh git clone --branch v0.4.4 https://github.com/pgvector/pgvector.git cd pgvector +git cherry-pick 237a6df docker build --build-arg PG_MAJOR=15 -t myuser/pgvector . ```