Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
README: fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-dupre committed Oct 17, 2019
1 parent 527479d commit 55d26df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cargo build --release
```
- Then you can run fafnir (with the connections to postgres and elasticsearch):
```shell
cargo run --release --dataset=<dataset name> --es=http://<es-IP>:9200 --pg=postgresql://<pg-IP>:5432
cargo run --release -- --dataset=<dataset name> --es=http://<es-IP>:9200 --pg=postgresql://<pg-IP>:5432
```

## Run with docker :whale:
Expand Down

0 comments on commit 55d26df

Please sign in to comment.