From 2acc241fa9ce286bb950093f41dc01c55430ad86 Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 30 Sep 2018 16:32:31 -0400 Subject: [PATCH] Added README.md for the lbrynet-daemon compile container --- lbrynet-daemon/compile/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lbrynet-daemon/compile/README.md diff --git a/lbrynet-daemon/compile/README.md b/lbrynet-daemon/compile/README.md new file mode 100644 index 0000000..907002e --- /dev/null +++ b/lbrynet-daemon/compile/README.md @@ -0,0 +1,3 @@ +## Planned container +This will eventually be a container for compiling the lbrynet-daemon from source. +Anyone who wants to replicate the build process in case they feel like wearing a tin foil hat or contributing to the project could use this.