diff --git a/README.md b/README.md index c821d61..c1da974 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,13 @@ To publish it on new Gitea and make it working, you need: #### All done! Now you can use it as standard git without problems (but don't forget to update IPFS repos hashes on ENS after big changes) + + + +### Self-host IPFS peer with Tornado IPFS CIDs + +Just run on any Debian Linux server (from root): + +``` +curl https://git.tornado.ws/Theo/decentralized-sources/raw/branch/main/scripts/hostIPFS.sh | bash +```