From 2b3c534effc76a90a626f23d3ea95ef4cdc08d5d Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 3 Sep 2021 21:42:36 +0200 Subject: [PATCH] chore: format code in readme --- README.md | 71 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index abd6e8617c85..fba29e664b9c 100644 --- a/README.md +++ b/README.md @@ -354,40 +354,43 @@ To perform a custom initialization and configuration step, one can mount `.sh` s This example initializes a peer in a private network, without any communication with the default bootstrap nodes because it is performed before the daemon starts: - # This is the initialization script - TEST_NAME=00-test.sh - TEST_SCRIPT=`pwd`/$TEST_NAME - - # The script will add this node when creating the container - MY_PEER_IP=127.0.0.1 - MY_PEER_HASH=QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ - - # For instructional purposes, create the initialization script here, - # but this may be part of a suite of scripts maintained by the IT team, - # or created inside a custom Dockerfile. - cat >$TEST_SCRIPT <$TEST_SCRIPT <