mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-03 18:32:55 +00:00
fix: correct rust install docs (#2253)
I'm pretty sure you mean `cargo add lancedb` here, `cargo install lancedb` fails right now.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//! LanceDB runs in process, to use it in your Rust project, put the following in your `Cargo.toml`:
|
||||
//!
|
||||
//! ```shell
|
||||
//! cargo install lancedb
|
||||
//! cargo add lancedb
|
||||
//! ```
|
||||
//!
|
||||
//! ## Crate Features
|
||||
|
||||
Reference in New Issue
Block a user