typo: wrong command in example

This commit is contained in:
Michael Chiche 2021-04-16 20:08:43 +02:00 committed by GitHub
parent 19b6620a92
commit f6b06d6e5d
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