From c3a09d06839b0f1a142c7ab96e9535be030ae426 Mon Sep 17 00:00:00 2001 From: Matheus Victor <10299707+Kiskadee-dev@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:41:25 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c58ad03..e15766d 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,10 @@ Example usage: 1. Scan a directory: `sist2 scan ~/Documents --output ./documents.sist2` 2. Prepare search index: * **Elasticsearch**: `sist2 index --es-url http://localhost:9200 ./documents.sist2` - * **SQLite**: `sist2 index --search-index ./search.sist2 ./documents.sist2` -3. Start web interface: `sist2 web ./documents.sist2` + * **SQLite**: `sist2 sqlite-index --search-index ./search.sist2 ./documents.sist2` +3. Start web interface: + * **Elasticsearch**: `sist2 web ./documents.sist2` + * **SQLite**: `sist2 web --search-index ./search.sist2 ./documents.sist2` ## Format support