Skip to content

Commit aa9396d

Browse files
fix(docs): fix blocknode command syntax in K8s deployment documentation
Corrected command from 'Block Node' to 'blocknode' for consistency. Signed-off-by: Pranali Deshmukh <[email protected]>
1 parent b931965 commit aa9396d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/block-node/operations/solo-weaver-single-node-k8s-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Before you begin, ensure you have:
9393
1. Run the Block Node install command with **`sudo`** and the desired profile (choose one of: **`local`****`previewnet`****`testnet`****`mainnet`**):
9494

9595
```bash
96-
sudo ./weaver-linux-amd64 Block Node install -p <profile>
96+
sudo ./weaver-linux-amd64 blocknode install -p <profile>
9797
```
9898

9999
*(Replace **`<profile>`** with the desired value. For ARM, use **`weaver-linux-arm64`** instead.)*

0 commit comments

Comments
 (0)