From e222621ee7b0a567d0b3988570863a0d30639b64 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:55:38 -0800 Subject: [PATCH] docs(readme): remove deprecated --setup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05862a3..9e1cd34 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ pip install -U "cocoindex[embeddings]" Update index: ```bash -cocoindex update --setup main.py +cocoindex update main.py ``` Run query: @@ -35,4 +35,4 @@ python main.py ## Run with CocoInsight ```bash cocoindex server -ci main.py -``` \ No newline at end of file +```