Commit 282dcf81 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

removed the args flag in favor of args arg

parent def16fbf
......@@ -29,7 +29,7 @@ Quickstart
1. Run the package, passing in the params from the file:
```bash
kurtosis run --enclave-id eth2 github.com/kurtosis-tech/eth2-package --args "$(cat ~/eth2-package-params.json)"
kurtosis run --enclave-id eth2 github.com/kurtosis-tech/eth2-package "$(cat ~/eth2-package-params.json)"
```
Management
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment