Skip to content

Commit

Permalink
doc: Add missing subcommand run in README
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Nov 21, 2018
1 parent 8e8db4b commit 77c216e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ curl -d '{"id": 2, "jsonrpc": "2.0", "method":"send_transaction","params": [{"ve
Run multiple nodes in different `data-dir`:

```shell
target/release/ckb --data-dir=/tmp/node1
target/release/ckb --data-dir=/tmp/node2
target/release/ckb run --data-dir=/tmp/node1
target/release/ckb run --data-dir=/tmp/node2
```

The file `config.json` in `data-dir` overrides default configurations. Start with the default one:
Expand Down

0 comments on commit 77c216e

Please sign in to comment.