docs: update readme

This commit is contained in:
2024-11-19 22:53:29 +01:00
parent 03d7b59cfe
commit 74169aea5a

View File

@@ -17,6 +17,6 @@ docker build -t pyrpg .
docker run --volume $(pwd)/out:/out --env NUMBER_OF_PSEUDONYMS=$NUMBER_OF_PSEUDONYMS pyrpg
```
If you don't proivide 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.