From 74fce0f0a60fb087d1b2e43580ff3fa48bf2024e Mon Sep 17 00:00:00 2001 From: Yoong Hor Meng Date: Wed, 5 Jun 2024 00:46:07 +0800 Subject: [PATCH] Update README.md (#242) Cargo command to insert duckdb with "bundled" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 243a6324..6f594ed2 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,13 @@ You can adjust this behavior in a number of ways: as we are still in development, we will update it regularly. After we are more stable, we will use the stable released version from [duckdb](https://github.com/duckdb/duckdb/releases). This is probably the simplest solution to any build problems. You can enable this by adding the following in your `Cargo.toml` file: + + ```bash + cargo add duckdb --features bundled + ``` + + `Cargo.toml` will be updated. + ```toml [dependencies] # Assume that version DuckDB version 0.9.2 is used.