docs: update readme

This commit is contained in:
2024-11-19 22:55:58 +01:00
parent 3e8a40b71d
commit 722e1da854

View File

@@ -14,7 +14,7 @@ Or you can use the provided Dockerfile to build a docker image and run it like t
```bash ```bash
docker build -t pyrpg . 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. If you don't provide a number of pseudonyms, the script will generate 100 by default.