readme: add usage
1 files changed, 13 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +13 -1
@@ 1,6 1,18 @@ # 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