docs: Simplify README.md, add help, downloads
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 17 Jun 2018 04:27:25 +0000 (23:27 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Jun 2018 09:28:08 +0000 (11:28 +0200)
commitd9a837786c9661ba733d1601ddbf7c83801233af
treeffe4ed181d2ae02aa3865388edd3202f4279d6c4
parente0655f212ecf54be83f5090a3ba640f8de564471
docs: Simplify README.md, add help, downloads

Add more guidance to README.md, namely the use of `--help`.

Add a section on downloads, pointing to the official download page,
automated builds, and community-contributed builds.

Move the status badges to a new line, simplifying the header
appearance.

Clean up the URLs with Markdown references, add the "Windows: " text
to AppVeyor builds to distinguish it from Linux.  Travis CI
unfortunately does not allow for a similar customization.

Replace "--" with "–", a Unicode replacement that should match the
intent.

Replace ```triple-backticks``` with `single-backticks`; both function
correctly and the latter is less annoying to read as plain text.

Fix bullet list indentation.

See https://docs.travis-ci.com/user/status-images/
And https://www.appveyor.com/docs/status-badges/
README.md