From a06a94d7c01d2545e702f7c443aa24d8edb31e64 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Wed, 21 Feb 2024 09:13:59 -0700 Subject: [PATCH] edit kit README --- kit/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kit/README.md b/kit/README.md index 2c478f4c..21d61e58 100644 --- a/kit/README.md +++ b/kit/README.md @@ -12,6 +12,11 @@ cargo run --bin kit from the root of the repository. Running this command will show the help menu for the `#[arbiter_macros::main]` macro. +If you want to run a specific simulation, you can do something like: +```bash +cargo run --bin kit simulation kit/configs/example.toml +``` + ## Pool The `pool` module provides a generic `Pool` struct along with the `PoolType` trait. The `PoolType` trait should be implemented for any of the distinct types of pools that DFMM offers.