hacktober fest #214

Closed
Z3N00 wants to merge 304 commits from zeno into master
2 changed files with 10 additions and 7 deletions
Showing only changes of commit cc84e7fb91 - Show all commits

View file

@ -1,7 +0,0 @@
# 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.

View file

@ -12,6 +12,16 @@ The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Releases](https://github.com/lbryio/lbrycrd/releases) are created completely stable. [Releases](https://github.com/lbryio/lbrycrd/releases) are created
regularly to indicate new official, stable release versions. regularly to indicate new official, stable release versions.
## 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.
The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md). The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).