diff --git a/README.md b/README.md index ead0d08..0170618 100644 --- a/README.md +++ b/README.md @@ -77,10 +77,18 @@ Commands: Usage: btczee node 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 @@ -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