Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions versioned_docs/version-2.0.0/operators/setup/install-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@ 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

The following command will display the node synchronization details:

```bash
casper_node_util watch
casper-node-util watch
```

```bash
Expand Down