Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Nov 21, 2024
1 parent 619c75d commit e8b8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/meta/sc-meta-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ Parameters:
Calling `cargo run cs` in the meta crate or `sc-meta cs` in the root crate will start the interaction with the chain simulator. In order to start an action, one must choose between the following subcommands.

Subcommands:
- `install` Pulls the latest chain simulator docker image available. This command needs Docker installed.
- `install` Pulls the latest chain simulator docker image available. This command needs Docker to be installed and running on the current machine.
- `start` Starts the chain simulator in verbose mode at `localhost:8085`.
- `stop` Stops the chain simulator.

0 comments on commit e8b8891

Please sign in to comment.