From 9c01524466be10c3e71d9a7842fbf4854e7745c8 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 26 Mar 2023 23:39:09 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7c2e67..5ee9c3a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Supports L2 distance, inner product, and cosine distance Compile and install the extension (supports Postgres 11+) ```sh +cd /tmp git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git cd pgvector make