Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Aug 20, 2024
1 parent 06d41df commit 413a1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/04-build/04-dev-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This should be done in a separate terminal window. For more information, see the
To list all supported commands, run the following command:

```bash title="Terminal"
cargo run -p meroctl -- --node-name node1 --home data help
cargo run -p meroctl -- help
```

Supported commands:
Expand Down Expand Up @@ -90,7 +90,7 @@ cargo run -p meroctl -- --node-name coordinator --home data context join --con
Output

```bash title="Terminal"
Context 41gdT47MW9CJ5Y9S1hhpxnQT7C9oPVZZAtxv2erJAiK4 sucesfully joined
Context <contextId> sucesfully joined
```

Create context command will:
Expand Down

0 comments on commit 413a1d2

Please sign in to comment.