Skip to content

Commit e7428ab

Browse files
authored
Merge pull request 0xPolygon#2463 from 0xPolygon/vcastellm-patch-1
DRAFT: Update examples cli-tool.md
2 parents 5e80736 + 24125a0 commit e7428ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/cdk/getting-started/cli-tool.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Options:
6161
* `-g, --chain <CHAIN>` - The path to a chain specification file [env: `CDK_GENESIS_PATH=`]
6262
* `-h, --help` - Print help
6363

64+
```
65+
cdk erigon --config /etc/cdk/cdk-node-config.toml --chain genesis.json
66+
```
67+
6468
### `cdk versions`
6569

6670
The above command generates all the required configuration files for cdk-erigon on the fly and runs the node.
@@ -75,5 +79,5 @@ Options:
7579
Example:
7680

7781
```
78-
cdk erigon --config /etc/cdk/cdk-node-config.toml --chain genesis.json
79-
```
82+
cdk versions
83+
```

0 commit comments

Comments
 (0)