[README]fix instructions in cli
This commit is contained in:
@@ -467,11 +467,8 @@ leann --help
|
|||||||
### Usage Examples
|
### Usage Examples
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build an index from current directory (default)
|
# build from a specific directory, and my_docs is the index name
|
||||||
leann build my-docs
|
leann build my-docs --docs ./your_documents
|
||||||
|
|
||||||
# Or from specific directory
|
|
||||||
leann build my-docs --docs ./documents
|
|
||||||
|
|
||||||
# Search your documents
|
# Search your documents
|
||||||
leann search my-docs "machine learning concepts"
|
leann search my-docs "machine learning concepts"
|
||||||
|
|||||||
Reference in New Issue
Block a user