fixup build instructions and add location for binaries

fixes #3
This commit is contained in:
Nate Jones 2015-02-26 20:21:38 -08:00
parent 341dce2579
commit 8023909dbb

View file

@ -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
```