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.