From 83e1df04038928810bf080c3cb2a918bb14ad19a Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 16 Jan 2018 10:51:23 -0500 Subject: [PATCH] install doc --- INSTALL | 5 ----- INSTALL.md | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 INSTALL create mode 100644 INSTALL.md diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 3a43cb2fc..000000000 --- a/INSTALL +++ /dev/null @@ -1,5 +0,0 @@ -Building LBRYcrd - -See doc/build-*.md for instructions on building bitcoind, -the intended-for-services, no-graphical-interface, reference -implementation of LBRYcrd. diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 000000000..f603fb4b6 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,7 @@ +# Building LBRYcrd + + +Run `./reproducible_build.sh -c -t`. This should build the binaries and put them into the ./src directory. + + +If that errors, please report the issue and see `doc/build-*.md` for further instructions.