diff --git a/README.md b/README.md index c07b37e..ea6c519 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ docker compose --env-file .env.development --profile frontend -f docker-compose. If you want to test the system without real data, you can generate some dummy testing data: ```bash -python3 scripts/generate_test_data.py +python3 scripts/generate_test_data.py --output-dir ``` This would create a file `/test_data/data-00.json` with about 300 dummy services.