From f5c4576411fbb7a3031d662a8e238911af5a57e8 Mon Sep 17 00:00:00 2001 From: Yann Autissier Date: Mon, 8 Feb 2021 14:52:49 +0100 Subject: [PATCH] yaip - Yet Another IPFS Project --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8f779d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# yaip - Yet Another IPFS Project + +## Disclaimer + +I'm new to IPFS and this project is an experiment to deploy it on the world wild web. +This is work in progress :) + +## Usage + +```shell +$ make install +``` + +## Status + +This is NOT (yet) production ready. No documentation, no tests, use it at your own risks.