Merge pull request #162 from michaelchiche/patch-1

This commit is contained in:
Clément Renault 2021-04-17 09:47:08 +02:00 committed by GitHub
commit 995d1a07d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ You can specify the number of threads to use to index documents and many other s
```bash
cd http-ui
cargo run --release -- serve --db my-database.mdb -vvv --indexing-jobs 8
cargo run --release -- --db my-database.mdb -vvv --indexing-jobs 8
```
### Index your documents