From e2efe62fe534d4b294766aeee07a98ea1dd0ea88 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 12 May 2025 13:11:43 -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 d8db12a..191e168 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Note: The exact path will vary depending on your Visual Studio version and editi Then use `nmake` to build: ```cmd -set "PGROOT=C:\Program Files\PostgreSQL\16" +set "PGROOT=C:\Program Files\PostgreSQL\17" cd %TEMP% git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git cd pgvector