From d5f44838be3b5fbd28009850dda1e4821fb3a108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sat, 12 Jan 2019 12:56:11 +0100 Subject: [PATCH] doc: Simplify the examples command lines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e5c2da2..93dd704b0 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ MeiliDB runs with an index like most search engines. So to test the library you can create one by indexing a simple csv file. ```bash -cargo run --release --example create-database -- test.mdb misc/kaggle.csv --schema schema-example.toml --stop-words misc/fr.stopwords.txt +cargo run --release --example create-database -- test.mdb misc/kaggle.csv --schema schema-example.toml ``` Once the command is executed, the index should be in the `test.mdb` folder. You are now able to run the `query-database` example and play with MeiliDB.