From d6ab4892fe451962a4bb35ad4118f50cac58d3ee Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 9 Jun 2023 21:29:42 -0700 Subject: [PATCH] Updated example [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6a4416..07bf9e4 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 --build-arg PG_MAJOR=15 -t pgvector . +docker build --build-arg PG_MAJOR=15 -t myuser/pgvector . ``` ### Homebrew