Compare commits

..

2 Commits

Author SHA1 Message Date
722e1da854 docs: update readme 2024-11-19 22:55:58 +01:00
3e8a40b71d docs: update readme 2024-11-19 22:54:09 +01:00

View File

@@ -14,9 +14,9 @@ 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.
Pseudonyms are written to a file named `pseudonyms.txt` in and 'out' volume so you can retrieve them easily. Pseudonyms are written to a file named `pseudonyms.txt` in the '/app/out' volume so you can retrieve them easily.