Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: Describe when and why to use init: false (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog authored and daviddias committed Mar 24, 2018
1 parent 92f5266 commit 8e3ea44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ const repo = <IPFS Repo instance or repo path>
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
// },
Expand Down

0 comments on commit 8e3ea44

Please sign in to comment.