diff --git a/developer-docs/graph/README.md b/developer-docs/graph/README.md index cb87e7b2..939980d8 100644 --- a/developer-docs/graph/README.md +++ b/developer-docs/graph/README.md @@ -67,6 +67,11 @@ Ensure you have the following installed: docker compose up -d redis frequency graph-service-api graph-service-worker ``` +5. Set up with account data: + ```bash + make setup-account + ``` + ### Local Development (without containers) If you prefer to run services locally for development: @@ -76,7 +81,7 @@ If you prefer to run services locally for development: docker compose up -d redis frequency ``` -2. Set up the graph with test data: +2. Set up with account data: ```bash make setup-account ```