Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 389 Bytes

BUILD.md

File metadata and controls

18 lines (16 loc) · 389 Bytes

Build instructions

If you just run what you compile, use the source.

Make sure that $GOPATH exists. Go get this project.

$ go get github.com/moncho/dry
$ cd $GOPATH/src/github.com/moncho/dry

This project uses godep to handle its dependencies.

$ go get github.com/tools/godep
$ godep restore

Build dry.

$ make install