Skip to content

Commit 2d96683

Browse files
fix(docs): fix command casing in installation instructions for solo-weaver-single-node
Signed-off-by: Pranali Deshmukh <[email protected]>
1 parent 3f786c4 commit 2d96683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ See below for common errors, causes, and solutions during Block Node setup:
218218
- **Fix:** Re-run with a valid profile, for example:
219219

220220
```bash
221-
sudo ./weaver-linux-amd64 Block Node install -p local
221+
sudo ./weaver-linux-amd64 blocknode install -p local
222222
```
223223
2. Error: “Requires super user privilege”
224-
- **Cause:** The **`Block Node installp`** command was run without **`sudo`**.
224+
- **Cause:** The **`blocknode install -p`** command was run without **`sudo`**.
225225
- **Fix:** Add **`sudo`** before your command:
226226

227227
```bash
228-
sudo ./weaver-linux-amd64 Block Node install -p local
228+
sudo ./weaver-linux-amd64 blocknode install -p local
229229
```
230230
3. Error: Missing **`weaver`** User and/or Group
231231
- **Cause:** First **`sudo`** run; the **`weaver`** system user and group are not yet created.

0 commit comments

Comments
 (0)