From 722e1da85450d7f06fe476b69e8eccfc7ecee3d0 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Tue, 19 Nov 2024 22:55:58 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.