Skip to content

Commit

Permalink
add goxc and release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 10, 2015
1 parent 22580ad commit 01c4198
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -4,8 +4,9 @@
*.so

# Folders
_obj
_test
releases/
_obj/
_test/

# Architecture specific extensions/prefixes
*.[568vq]
Expand Down
5 changes: 5 additions & 0 deletions .goxc.json
@@ -0,0 +1,5 @@
{
"ArtifactsDest": "releases",
"BuildConstraints": "linux windows darwin freebsd netbsd",
"ConfigVersion": "0.9"
}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 01c4198

Please sign in to comment.