From 8e3ea44ce260bdd56dd8691e907f55b0eea86c4c Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Sat, 24 Mar 2018 12:02:30 -0700 Subject: [PATCH] docs: Describe when and why to use `init: false` (#1263) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc977ef282..ade402ea68 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,8 @@ const repo = const node = new IPFS({ repo: repo, init: true, // default - // init: false, + // init: false, // You will need to set init: false after time you start instantiate a node as + // // the repo will be already initiated then. // init: { // bits: 1024 // size of the RSA key generated // },