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:
Samuel Colvin
2025-03-21 17:12:53 +00:00
committed by GitHub
parent 7ff6ec7fe3
commit 7982d5c082

View File

@@ -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