diff --git a/versioned_docs/version-2.0.0/operators/setup/install-node.md b/versioned_docs/version-2.0.0/operators/setup/install-node.md index 5f5b9f4e..99fa13e6 100644 --- a/versioned_docs/version-2.0.0/operators/setup/install-node.md +++ b/versioned_docs/version-2.0.0/operators/setup/install-node.md @@ -154,7 +154,7 @@ DB archives are made of networks and if you are launching an archival node, requ Start the node using the following commands: ```bash -sudo casper_node_util start +sudo casper-node-util start ``` ### Monitoring the Synchronization Process @@ -162,7 +162,7 @@ sudo casper_node_util start The following command will display the node synchronization details: ```bash -casper_node_util watch +casper-node-util watch ``` ```bash