Use temp directory for installation instructions on Windows [skip ci]

This commit is contained in:
Andrew Kane
2024-03-16 12:02:45 -07:00
parent f3fcb5e005
commit a5f2d70bc2
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Then use `nmake` to build:
```cmd
set "PGROOT=C:\Program Files\PostgreSQL\16"
cd %TEMP%
git clone --branch v0.6.1 https://github.com/pgvector/pgvector.git
cd pgvector
nmake /F Makefile.win