thash / asana

Asana command line Client
115 stars 25 forks source link

How to build (rooky version) #11

Closed clemens-tolboom closed 8 years ago

clemens-tolboom commented 8 years ago

I tried to build but failed.

export GOPATH=/Users/clemens/lib/asana
go get github.com/codegangsta/cli
go  build

fails while adding go get github.com/memerelics/asana/commands

export GOPATH=/Users/clemens/lib/asana
go get github.com/codegangsta/cli
go get github.com/memerelics/asana/commands
go  build

builds asana-0.2.0 but this looks like I cannot change commands.

I'd like to have some guide on how to start building thus trying to write some code preferably in a CONTRIBUTE.md

clemens-tolboom commented 8 years ago

tnx