Added build instructions

This commit is contained in:
Konstantin Gribov 2015-02-25 20:40:25 +03:00
parent 83b45b3501
commit bf5cd68826

View file

@ -84,3 +84,11 @@ Someday soon the Docker command line will allow dumping the image and container
# Download # Download
For now, download binaries from Gobuild: <http://gobuild.io/download/github.com/justone/dockviz> For now, download binaries from Gobuild: <http://gobuild.io/download/github.com/justone/dockviz>
# Build
```bash
go get github.com/jessevdk/go-flags
go build
```