Skip to content

Commit

Permalink
update install from source
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni authored Jul 13, 2016
1 parent 0ec65af commit 5640815
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ Prebuilt binaries are available in the [releases](https://github.com/bamarni/doc

### From source (requires Go)

go get github.com/miekg/dns github.com/docker/machine github.com/bamarni/dockness
go get -d github.com/bamarni/dockness
cd $GOPATH/src/github.com/bamarni/dockness
make vendor
go install

### With [Homebrew](http://brew.sh/) (Mac OS X)

Expand Down

0 comments on commit 5640815

Please sign in to comment.