hacktober fest #214
2 changed files with 10 additions and 7 deletions
|
@ -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.
|
|
10
README.md
10
README.md
|
@ -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).
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue