Improvements to the repo's README.md
- Grammatical fixes
- Simple English
- Add note for building from source
- ~Add Travis and AppVeyor links~
- Unix as first-class
- Avoid parentheses
Improvements to the repo's README.md
36 | -and useful hints for developers can be found in [doc/developer-notes.md](doc/developer-notes.md). 37 | +The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md). 38 | + 39 | +Useful hints for developers can be found in [doc/developer-notes.md](doc/developer-notes.md). 40 | + 41 | +Instructions for building Bitcoin Core from source are in [doc/build-unix.md](https://github.com/ch4ot1c/bitcoin/blob/improvements/readme/doc/build-unix.md#to-build).
This refers to your repo
IMO this rewrite is a lot to review for small stylistic gain, so I'm a slight NACK here
73 | +Travis CI and AppVeyor CI make sure that every pull request is built for Linux, Windows, 74 | +and macOS. Unit, integration, regression, and sanity tests are run automatically. 75 | 76 | -The Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically. 77 | +See https://travis-ci.org/bitcoin/bitcoin and https://ci.appveyor.com/project/DrahtBot/bitcoin 78 | +to view output from the Travis and AppVeyor build servers.
They are already linked from commits which were run and not linked for commits which are not run. No need to put them into the readme, imo.
Agree with the NAK. Given that this is mostly re-formatting. Going to close for now.