From 812a319f6eff2f6d3604ab7a6f6800b5c9e2ad93 Mon Sep 17 00:00:00 2001 From: Feltchy Date: Tue, 2 Jun 2026 07:25:14 +1000 Subject: [PATCH] docs: add missing --config flag to CONTRIBUTING quick-start Matches the README Quick Start which includes --config config/default.yaml. Prevents contributors from hitting a missing-config error on first run. Closes #46 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7771247..a1a5321 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ git clone https://github.com/YOUR_USERNAME/meridian.git cd meridian pip install -r requirements.txt python -m pytest tests/ -python -m src.agents.rwa_market_maker --simulate +python -m src.agents.rwa_market_maker --config config/default.yaml --simulate ``` ### Contracts