From ffb82c0aba2a5650d7c63debbde3e34d0f04d09c Mon Sep 17 00:00:00 2001 From: Tishj Date: Mon, 18 Nov 2024 16:48:31 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c7c1a..b876b64 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ based on pyspark 3.5, which you can install through pip. To build the extension with vcpkg, you can build this extension using: ```shell -VCPKG_TOOLCHAIN_PATH='' make +VCPKG_TOOLCHAIN_PATH='/scripts/buildsystems/vcpkg.cmake' make ``` This will build both the separate loadable extension and a duckdb binary with the extension pre-loaded: