From 4485bea193f84a3b7572dacc93911c1c5b1fa470 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 23 Oct 2023 11:12:18 -0600 Subject: [PATCH] Add missing --stack option --- app/data/stacks/mainnet-eth-plugeth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/stacks/mainnet-eth-plugeth/README.md b/app/data/stacks/mainnet-eth-plugeth/README.md index e159bfcf..8ed6bebb 100644 --- a/app/data/stacks/mainnet-eth-plugeth/README.md +++ b/app/data/stacks/mainnet-eth-plugeth/README.md @@ -18,7 +18,7 @@ $ laconic-so --stack mainnet-eth-plugeth build-containers ``` $ laconic-so --stack mainnet-eth-plugeth deploy init --map-ports-to-host any-same --output mainnet-eth-plugeth-spec.yml -$ laconic-so deploy create --spec-file mainnet-eth-plugeth-spec.yml --deployment-dir mainnet-eth-plugeth-deployment +$ laconic-so --stack mainnet-eth-plugeth deploy create --spec-file mainnet-eth-plugeth-spec.yml --deployment-dir mainnet-eth-plugeth-deployment ``` ## Start the stack ```