Merge pull request #479 from Kiskadee-dev/master

Update README.md
This commit is contained in:
simon987 2024-04-26 10:03:12 -04:00 committed by GitHub
commit 2436e52a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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