From 01c419851c90c88abca0a5f56ef7a156c4f0a7ea Mon Sep 17 00:00:00 2001 From: ezekg Date: Tue, 10 Nov 2015 09:11:16 -0600 Subject: [PATCH] add goxc and release workflow --- .gitignore | 5 +++-- .goxc.json | 5 +++++ README.md | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .goxc.json diff --git a/.gitignore b/.gitignore index 3919629..3c8d73b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,9 @@ *.so # Folders -_obj -_test +releases/ +_obj/ +_test/ # Architecture specific extensions/prefixes *.[568vq] diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 0000000..19a1ff4 --- /dev/null +++ b/.goxc.json @@ -0,0 +1,5 @@ +{ + "ArtifactsDest": "releases", + "BuildConstraints": "linux windows darwin freebsd netbsd", + "ConfigVersion": "0.9" +} \ No newline at end of file diff --git a/README.md b/README.md index 171c3cb..915cc80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Git plugin that helps prevent sensitive data from being committed by sniffing potential commits against regular expressions from a local `.githound.yml` file. ## Installation -To install Hound, please use `go get`. If you don't have Go installed, [get it here](https://golang.org/dl/). +To install Hound, please use `go get`. If you don't have Go installed, [get it here](https://golang.org/dl/). If you would like to grab a precompiled binary, head over to the [releases](https://github.com/ezekg/git-hound/releases) page. The precompiled Hound binaries have no external dependencies. ``` go get github.com/ezekg/git-hound