Commit fc3806f5caaadcb60b6b02854ac165cdd4ebc01c
Merge pull request #39 from jonathancross/travis_status_image
Adding travis build status image & make instructions link more prominent.Reproducibility Matters authored on 12/3/2019, 11:49:46 AM
GitHub committed on 12/3/2019, 11:49:46 AM
Parent: a4062edb68b9546c9612d3ef42694f77e0ff24ff
Parent: 24b8b5a305ed3158e9303cc0a9075789a2ac727c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -7,10 +7,12 @@ | ||
7 | 7 | > Gitian uses a deterministic build process to allow multiple builders to create identical binaries. This allows multiple parties to sign the resulting binaries, guaranteeing that the binaries and tool chain were not tampered with and that the same source was used. It removes the build and distribution process as a single point of failure. |
8 | 8 | |
9 | 9 | ## How to contribute |
10 | 10 | |
11 | +[<img alt="Build Status" src="https://travis-ci.org/monero-project/gitian.sigs.svg?branch=master">](https://travis-ci.org/monero-project/gitian.sigs) | |
12 | + | |
11 | 13 | We need more contributors to build Monero and confirm the Gitian results. |
12 | -Please follow the gitian build instructions [here](https://github.com/monero-project/monero/blob/master/contrib/gitian/README.md). | |
14 | +Please follow the **[gitian build instructions](https://github.com/monero-project/monero/blob/master/contrib/gitian/README.md)** to contribute your assertions. | |
13 | 15 | |
14 | 16 | ## Directory structure |
15 | 17 | |
16 | 18 | Each release will have a directory in root, eg `v0.14.1.0-linux/` |
Built with git-ssb-web