mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
typo: wrong command in example
This commit is contained in:
parent
19b6620a92
commit
f6b06d6e5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user