From 60b61acc0a76ee41768c5da6706ea1ff89011031 Mon Sep 17 00:00:00 2001 From: Abhishek Krishna Date: Wed, 27 May 2026 04:00:57 +0000 Subject: [PATCH] docs: add missing --config flag to CONTRIBUTING quick-start command --- 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