From da131d08362ea9977ebc3664a85a8961bdf808dd Mon Sep 17 00:00:00 2001 From: Jan Bernatik Date: Fri, 14 Nov 2025 13:50:35 -0800 Subject: [PATCH] Update README with clearer bootstrap instructions Clarified instructions for bootstrapping a new network. --- integration/localnet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/localnet/README.md b/integration/localnet/README.md index c5846dabbf5..a61f5d7a363 100644 --- a/integration/localnet/README.md +++ b/integration/localnet/README.md @@ -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