From 8023909dbbf9aee90cf89ae1ce1fa27ed0ceae7a Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Thu, 26 Feb 2015 20:21:38 -0800 Subject: [PATCH] fixup build instructions and add location for binaries fixes #3 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e49cf11..89c6010 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,14 @@ GNU netcat doesn't support `-U` (UNIX socket) flag, so OpenBSD variant can be us Someday soon the Docker command line will allow dumping the image and container JSON directly. +# Binaries + +See the [releases](https://github.com/justone/dockviz/releases) area for binaries. + # Build ```bash -go get github.com/jessevdk/go-flags +go get ./... go build ```