From 29b5d3eb25994d39d132d5eabafcaba8e31e86cf Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 8 Jan 2018 01:57:27 +0100 Subject: [PATCH] README: extend --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9772a22..3dd8ab4 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,26 @@ Command line tool to validate TOML syntax of input file. -# Installation +## Installation + +Windows and macOS binaries are available under [Releases](https://github.com/martinlindhe/validtoml/releases) + +Or install from source: go get -u github.com/martinlindhe/validtoml -# Usage +## Usage Exit code will be 0 if file is good. - validtoml file.toml - + $ validtoml file.toml OK: file.toml + $ curl http://site.com/file.toml | validtoml + OK: - -# License + +## License Under [MIT](LICENSE)