Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
readme: add usage
# sinwon
sinwon is a simple [OAuth 2] server for small deployments.
sinwon is a simple [OAuth 2] server for small deployments. sinwon exposes an
authentication server for use by other services to offer single sign-on. sinwon
uses a SQLite database.
## Building
    go build
## Usage
    sinwon [-config <config>]
See an example configuration file in `config.in`.
## License AGPLv3 only, see LICENSE. [OAuth 2]: https://oauth.net/2/