Skip to content

Commit

Permalink
Clarify that bootstrapper only works in devMode
Browse files Browse the repository at this point in the history
  • Loading branch information
gendal authored and Mike Hearn committed Mar 2, 2019
1 parent a18e44e commit 987cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/network-bootstrapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Bootstrapping a test network

The Corda Network Bootstrapper can be downloaded from `here <https://corda.net/resources>`_.

Create a directory containing a node config file, ending in "_node.conf", for each node you want to create. Then run the
Create a directory containing a node config file, ending in "_node.conf", for each node you want to create. "devMode" must be set to true. Then run the
following command:

``java -jar network-bootstrapper-VERSION.jar --dir <nodes-root-dir>``
Expand Down

0 comments on commit 987cb23

Please sign in to comment.