From 0b2b799d5adad2878cb7ccd0f597d9bc98bd935c Mon Sep 17 00:00:00 2001 From: yichuan520030910320 Date: Fri, 8 Aug 2025 01:04:13 -0700 Subject: [PATCH] [README]fix instructions in cli --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24ff0f0..614d60c 100755 --- a/README.md +++ b/README.md @@ -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"