aardvark.code
 
02_install
20160515

Install aardvark

Go get style

With your $GOPATH variable properly set:

$ go get github.com/dtmngngnnj/aardvark
$ cp $GOPATH/bin/aardvark ~/bin 

Manually

Grab a copy of aardvark.go from github, compile it, and copy the resulting executable to your bin directory:

$ wget https://github.com/dtmngngnnj/aardvark/raw/master/aardvark.go
$ go build aardvark.go 
$ cp aardvark ~/bin 
 
Notes by Data Munging Ninja. Generated on akalumba:sync/20151223_datamungingninja/aardvarkcode at 2018-02-24 12:57