Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/localnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FLITE is a tool for running a full version of the Flow blockchain.
Before running the Flow network it is necessary to run a bootstrapping process.
This generates keys for each of the nodes and a genesis block to build on.

Bootstrap a new network:
Bootstrap a new network (from [integration/localnet](https://github.com/onflow/flow-go/tree/master/integration/localnet) directory):

```sh
make bootstrap
Expand Down
Loading