From bb71b22e2e0c498827c9ae46747eee69cd585809 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 22 Feb 2023 19:42:40 -0800 Subject: [PATCH] Updated readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2cf1a..e90e23e 100644 --- a/README.md +++ b/README.md @@ -231,9 +231,9 @@ Get the [Docker image](https://hub.docker.com/r/ankane/pgvector) with: docker pull ankane/pgvector ``` -This adds pgvector to the [Postgres image](https://hub.docker.com/_/postgres). +This adds pgvector to the [Postgres image](https://hub.docker.com/_/postgres) (run it the same way). -You can also build the image manually +You can also build the image manually: ```sh git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git