Skip to content

Commit e94eb20

Browse files
committed
docs: update readme with instructions on running the simulation
1 parent 0494dba commit e94eb20

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ Install the CLI:
4141
cargo install --locked --path sim-cli/
4242
```
4343

44-
Run with Simulation File (see [setup instructions](#simulation-file-setup) for details):
45-
```
46-
sim-cli sim.json
44+
To run the simulation, create a simulation file `sim.json` in the working directory (see [setup instructions](#simulation-file-setup) for details) and run:
45+
46+
```
47+
sim-cli
4748
```
4849

50+
Run `sim-cli -h` for details on `--data-dir` and `--sim-file` options that allow specifying custom simulation file locations.
51+
4952
### Simulation File Setup
5053
The simulator requires access details for a set of `nodes` that you
5154
have permission to execute commands on. Note that the current version
@@ -190,10 +193,12 @@ described above). Activity sources and destinations may reference the
190193
*must* provide a valid public key.
191194

192195
### Simulation Output
193-
A summary of the results will be logged by the simulator, and a full
194-
list of payments made with their outcomes is available in
195-
`simulation_{timestamp}.csv` in the directory that the simulation was
196-
executed in. For more detailed logs, use the `--log-level` cli flag.
196+
197+
A summary of the results will be logged by the simulator. A full list of payments made with their outcomes
198+
is available in `simulation_{timestamp}.csv` within the configured `{data_dir}/results`.
199+
200+
Run `sim-cli -h` for details on data directory (`--data-dir`) and other options including `--print-batch-size`
201+
which affect how simulation outputs are persisted
197202

198203
## Lightning Environments
199204
If you're looking to get started with local lightning development, we

0 commit comments

Comments
 (0)