Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2021-04-20 15:10:39 -07:00
parent f2d881cc47
commit 5e721daa2a

View File

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