Clarifications in the quickstart guide

This commit is contained in:
2019-11-13 10:30:25 +01:00
parent 6d93a031e6
commit 1fa62e485b

View File

@@ -39,7 +39,7 @@ This enables the index implementations to be agnostic from the underlying data s
cargo run --release -- 1 10 100
```
* Index the data:
* Link the data in the indexer folder (It has to be in the current working directory when calling the indexer):
```sh
cd mercator_indexer
@@ -47,6 +47,11 @@ This enables the index implementations to be agnostic from the underlying data s
do
ln -s $f
done
```
* Index the data:
```sh
cargo run --release -- 1k 10k 100k
```