Skip to content

Commit 74fce0f

Browse files
authored
Update README.md (#242)
Cargo command to insert duckdb with "bundled"
1 parent 4f6535c commit 74fce0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ You can adjust this behavior in a number of ways:
9191
as we are still in development, we will update it regularly. After we are more stable,
9292
we will use the stable released version from [duckdb](https://github.com/duckdb/duckdb/releases).
9393
This is probably the simplest solution to any build problems. You can enable this by adding the following in your `Cargo.toml` file:
94+
95+
```bash
96+
cargo add duckdb --features bundled
97+
```
98+
99+
`Cargo.toml` will be updated.
100+
94101
```toml
95102
[dependencies]
96103
# Assume that version DuckDB version 0.9.2 is used.

0 commit comments

Comments
 (0)