Skip to content

Commit

Permalink
Update README.md (#242)
Browse files Browse the repository at this point in the history
Cargo command to insert duckdb with "bundled"
  • Loading branch information
yoonghm authored Jun 4, 2024
1 parent 4f6535c commit 74fce0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 74fce0f

Please sign in to comment.