From 876247b3ad0aa6375a467970804947406e6d2cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20ten=20Wolde?= Date: Thu, 15 Feb 2024 14:55:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661d5a6d..5377a674 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ git clone --recurse-submodules git@github.com:cwida/duckpgq-extension.git ``` Note that `--recurse-submodules` will ensure the correct version of DuckDB is pulled allowing you to get started right away. -This repository uses a modified version of DuckDB (currently a modified v0.8.1) and is not yet easily installed from a standard DuckDB (e.g. `pip install duckdb`) installation. +This repository uses a modified version of DuckDB (Currently up-to-date with v0.10.0) and is not yet easily installed from a standard DuckDB (e.g. `pip install duckdb`) installation. If you want to use the SQL/PGQ syntax, you will have to build this repository from the source. In the future, we aim to have an easily installed and loaded DuckDB extension.