From 98a4f92eab11e2902a988fa6c31dd33e02335462 Mon Sep 17 00:00:00 2001 From: ezekg Date: Wed, 20 Apr 2016 18:24:10 -0500 Subject: [PATCH] add section about building git-hound --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d563c8b..ae917fb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ go get github.com/ezekg/git-hound alias git='_() { if [[ "$1" == "commit" ]]; then git-hound "$@"; else git "$@"; fi }; _' ``` +## Building +- To build for your operating system, simply run `go install` from the root of the project directory. +- To build for all platforms using [`goxc`](https://github.com/laher/goxc), run `goxc -pv=0.5.2 -d=releases/`. + ## Usage ```bash git hound commit ...