From f46118874140e796797547c18f40a47ced043fdc Mon Sep 17 00:00:00 2001 From: shwang <31915926+Uniblake@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:21:50 +0200 Subject: [PATCH] website: fix kurtosis cmd (#30070) --- docs/fundamentals/kurtosis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/kurtosis.md b/docs/fundamentals/kurtosis.md index 81f0e4565a..b4f347fe6f 100644 --- a/docs/fundamentals/kurtosis.md +++ b/docs/fundamentals/kurtosis.md @@ -43,7 +43,7 @@ This describes the structure of the network desired. The network will consist of Once the config is written, it is straightforward to spin up the network. Run the following command: ```terminal -kurtosis run github.com/ethpandaops/ethereum-package --args-file ./network_params.yaml` --image-download always +kurtosis run github.com/ethpandaops/ethereum-package --args-file ./network_params.yaml --image-download always ``` This indicates ethereum-package as a dependency which defines what the fields above mean. `--image-download always` makes sure the latest images are used always. Running it will produce an output such as the one below on a successful run: