From ae16d9d888ef8c8d6d296354c54669864c562dc3 Mon Sep 17 00:00:00 2001 From: yichuan520030910320 Date: Wed, 23 Jul 2025 00:44:43 -0700 Subject: [PATCH] fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f269c90..558745c 100755 --- a/README.md +++ b/README.md @@ -138,7 +138,9 @@ The following scripts use Ollama `qwen3:8b` by default, so you need `ollama pull ```bash # Drop your PDFs, .txt, .md files into examples/data/ uv run ./examples/main_cli_example.py +``` +``` # Or use python directly source .venv/bin/activate python ./examples/main_cli_example.py