diff --git a/README.md b/README.md index d914294..42c2ab7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Or you can use the provided Dockerfile to build a docker image and run it like t ```bash docker build -t pyrpg . -docker run --volume $(pwd)/out:/out --env NUMBER_OF_PSEUDONYMS=$NUMBER_OF_PSEUDONYMS pyrpg +docker run --volume $(pwd)/out:/app/out --env NUMBER_OF_PSEUDONYMS=$NUMBER_OF_PSEUDONYMS pyrpg ``` If you don't provide a number of pseudonyms, the script will generate 100 by default.