From bdaccb80cf11a8643373b82b1f266cd39cb6f714 Mon Sep 17 00:00:00 2001 From: Ivan Diachenko Date: Sat, 24 Feb 2018 23:23:09 +0100 Subject: [PATCH] Update README.md --- .gitignore | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 0774c4a..6d0c9cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ pkg homebrew debian +*.log ### https://raw.github.com/github/gitignore/9f044c43d2fa998acb2d468367a349fff609dc84/go.gitignore diff --git a/README.md b/README.md index 5720354..06848c1 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ If you are OSX user, you can use Homebrew: $ brew tap ivan-dyachenko/version $ brew install version ``` + +# Basic usage + +``` +go version | version ">=1.9" +``` + +# Issues and Contributing +If you find an issue with this library, please report an issue. If you'd like, we welcome any contributions. Fork this library and submit a pull request.