[README]fix instructions in cli

This commit is contained in:
yichuan520030910320
2025-08-08 01:04:13 -07:00
parent 0f790fbbd9
commit 0b2b799d5a

View File

@@ -467,11 +467,8 @@ leann --help
### Usage Examples
```bash
# Build an index from current directory (default)
leann build my-docs
# Or from specific directory
leann build my-docs --docs ./documents
# build from a specific directory, and my_docs is the index name
leann build my-docs --docs ./your_documents
# Search your documents
leann search my-docs "machine learning concepts"