From e8b8891e453be6085c61a3569ceec66413eed612 Mon Sep 17 00:00:00 2001 From: Mihai Calin Luca Date: Thu, 21 Nov 2024 10:16:32 +0100 Subject: [PATCH] fix after review --- docs/developers/meta/sc-meta-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/meta/sc-meta-cli.md b/docs/developers/meta/sc-meta-cli.md index d256a0de5..0c4765e7a 100644 --- a/docs/developers/meta/sc-meta-cli.md +++ b/docs/developers/meta/sc-meta-cli.md @@ -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. \ No newline at end of file