acd icon indicating copy to clipboard operation
acd copied to clipboard

Running ACD

Open alex-phillips opened this issue 10 years ago • 2 comments

I'm having trouble running ACD from the command line. After running go get, I assume acd should put an executable in by go/bin directory, correct?

alex-phillips avatar Oct 02 '15 02:10 alex-phillips

I'm having the same issue here. @alex-phillips, I'll be trying your nodejs version in the meantime.

ameir avatar Oct 27 '15 03:10 ameir

@alex-phillips No. go-get just gets the files. You need to run a build:

$ go get gopkg.in/acd.v0/cmd/acd
$ go build gopkg.in/acd.v0/cmd/acd
$ $GOPATH/bin/acd ls acd://

dsoprea avatar Feb 12 '17 07:02 dsoprea