Skip to content

Commit

Permalink
fix copy paste faux pas
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Nov 22, 2024
1 parent fde9e7b commit 164755d
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 @@ -99,7 +99,7 @@ components of the MEx project are open-sourced under the same license as well.

- you can run the latest artificial data generator without building it locally
- just pull it from the container registry and configure using cli arguments
- `docker run -v $(pwd):/out docker pull ghcr.io/robert-koch-institut/mex-artificial:latest --count=100 --chattiness=10`
- `docker run -v $(pwd):/out ghcr.io/robert-koch-institut/mex-artificial:latest --count=100 --chattiness=10`
- use `-v $(pwd):/out` to specify an output directory for the resulting `ndjson` file
- `--count` controls the number of items to generate
- `--chattiness` controls the number of words in textual fields
Expand Down

0 comments on commit 164755d

Please sign in to comment.