Skip to content

Commit 0d1bab0

Browse files
authored
Update README.md
1 parent eaa5b19 commit 0d1bab0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Experimental [chDB](https://github.com/auxten/chdb) FFI bindings for Rust
99
### Status
1010

1111
- experimental, unstable, subject to changes
12-
- requires [`libchdb.so`](https://github.com/metrico/libchdb/releases) on the system
12+
- requires [`libchdb`](https://github.com/metrico/libchdb) on the system
1313
- ffi hack for testing. not a proper library or crate!
1414

1515
#### Build binding
1616
```bash
17-
rust build
18-
rust run
17+
cargo build
18+
cargo run
1919
```
2020

2121

0 commit comments

Comments
 (0)