From 6396e3f400452ada8948d8e5b9931e94f46b4489 Mon Sep 17 00:00:00 2001 From: abhi Date: Tue, 3 Oct 2023 18:08:16 +0530 Subject: [PATCH] Update private-testnet.md (#4886) --- book/run/private-testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/run/private-testnet.md b/book/run/private-testnet.md index 1ae025791..f94d4f13e 100644 --- a/book/run/private-testnet.md +++ b/book/run/private-testnet.md @@ -39,7 +39,7 @@ First, in your home directory, create a file with the name `network_params.json` Next, run the following command from your command line: ```bash -kurtosis run github.com/kurtosis-tech/ethereum-package "$(cat ~/network_params.json)" +kurtosis run github.com/kurtosis-tech/ethereum-package --args-file ~/network_params.json ``` Kurtosis will spin up an [enclave](https://docs.kurtosis.com/concepts-reference/enclaves) (i.e an ephemeral, isolated environment) and begin to configure and instantiate the nodes in your network. In the end, Kurtosis will print the services running in your enclave that form your private testnet alongside all the container ports and files that were generated & used to start up the private testnet. Here is a sample output: ```console