We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e80736 + 24125a0 commit e7428abCopy full SHA for e7428ab
docs/cdk/getting-started/cli-tool.md
@@ -61,6 +61,10 @@ Options:
61
* `-g, --chain <CHAIN>` - The path to a chain specification file [env: `CDK_GENESIS_PATH=`]
62
* `-h, --help` - Print help
63
64
+```
65
+cdk erigon --config /etc/cdk/cdk-node-config.toml --chain genesis.json
66
67
+
68
### `cdk versions`
69
70
The above command generates all the required configuration files for cdk-erigon on the fly and runs the node.
@@ -75,5 +79,5 @@ Options:
75
79
Example:
76
80
77
81
```
78
-cdk erigon --config /etc/cdk/cdk-node-config.toml --chain genesis.json
-```
82
+cdk versions
83
0 commit comments