Added build instructions
This commit is contained in:
parent
83b45b3501
commit
bf5cd68826
1 changed files with 8 additions and 0 deletions
|
@ -84,3 +84,11 @@ Someday soon the Docker command line will allow dumping the image and container
|
|||
# Download
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue