Updated example [skip ci]

This commit is contained in:
Andrew Kane
2023-06-09 21:29:42 -07:00
parent cbaf470f2e
commit d6ab4892fe

View File

@@ -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