From 5e721daa2ade16401bb4decc97a3a8f2f29c6e98 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 20 Apr 2021 15:10:39 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614de0d..3f8031e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Supports L2 distance, inner product, and cosine distance Compile and install the extension (supports Postgres 9.6+) ```sh -git clone https://github.com/ankane/pgvector.git +git clone --branch v0.1.0 https://github.com/ankane/pgvector.git cd pgvector make make install # may need sudo