Skip to content

Commit c78e3c2

Browse files
authored
Merge pull request #104 from casper-network/stg
Correcting typoe with casper-node-util
2 parents 513f2f6 + c08e912 commit c78e3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-2.0.0/operators/setup/install-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ DB archives are made of networks and if you are launching an archival node, requ
154154
Start the node using the following commands:
155155

156156
```bash
157-
sudo casper_node_util start
157+
sudo casper-node-util start
158158
```
159159

160160
### Monitoring the Synchronization Process
161161

162162
The following command will display the node synchronization details:
163163

164164
```bash
165-
casper_node_util watch
165+
casper-node-util watch
166166
```
167167

168168
```bash

0 commit comments

Comments
 (0)