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.