install instructions are bad
cpt-n3mo opened this issue · 2 comments
would like to use your program seems perfect for what i want, but your install instructions are bad and dont working..
your go get link does a update and thats about it.. maybe you could be abit more clear on how to actually install the tool.
cheers
@cpt-n3mo For me the go get
instruction worked and after that I was able to use the atstart
commands shown in the README as well.
I'm not a Go expert, but perhaps your environment variables are a bit off. Are you able to run other tools installed with go get
?
Trying to install your code as shown in the README.md file and get the following error:
$ go get -u github.com/jmichiels/AtmelStart/atmelstart/...
# github.com/spf13/cobra
go/src/github.com/spf13/cobra/bash_completions.go:22:24: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:383:26: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:425:24: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:437:27: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:475:25: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:486:20: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:501:38: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:527:21: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:564:28: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:589:29: undefined: io.StringWriter
go/src/github.com/spf13/cobra/bash_completions.go:589:29: too many errors
I also tried:
go get -u github.com/jmichiels/atmel-start/atmelstart/...
to match the github path with the same results.
OS: Debian 10