Skip to content

Commit

Permalink
πŸ“ add example command
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 4, 2024
1 parent 649819b commit 9bb55f4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,18 @@ Commands:
Usage: btczee node <subcommand>

Subcommands:
run Run the node
help Display help for node
```

Example:

```sh
zig build run -- node

# OR (after a build)
./zig-out/bin/btczee node
```

### Wallet

```sh
Expand All @@ -92,6 +100,15 @@ Subcommands:
help Display help for wallet
```

Example:

```sh
zig build run -- wallet create

# OR (after a build)
./zig-out/bin/btczee wallet create
```

## Test

```sh
Expand Down

0 comments on commit 9bb55f4

Please sign in to comment.