We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba7116 commit 38d126cCopy full SHA for 38d126c
.github/workflows/install-pgvector.sh
@@ -2,4 +2,4 @@ cd /tmp
2
git clone --branch v0.7.2 https://github.com/pgvector/pgvector.git
3
cd pgvector
4
make
5
-make install # may need sudo
+sudo make install # may need sudo
0 commit comments