pipermerriam / ipfs-persistence-consortium

A consortium to help persist IPFS objects until Swarm arrives
73 stars 15 forks source link

Missing file creation in README #2

Closed llopv closed 8 years ago

llopv commented 8 years ago

In the section How to ask others to mirror, only the directory is created, but not the manifest-1.json file, and most importantly, it does not explain what to put into the file.

pipermerriam commented 8 years ago

Thanks for reporting this.

A manifest file should be in the following format.

[
    "QmYwxuzozCBSD3FLP5Rg1pAXA4qjDtNrdGjyNzqEtr8TKu",
    "QmTrXyK24CAymWj5eATjxrisc8QaJocnGSY11BFFDEvqtH"
]

Just a simple json array of IPFS hashes.

pipermerriam commented 8 years ago

Added this to the README.