You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just install fails if gopath is not set to export GOPATH="$HOME/go"
Also during install it puts it as bin in the goopath so the otto command does not work.
renaming the binary to otto and putting it in a folder called bin in the gopath fixed this.
just install fails if gopath is not set to
export GOPATH="$HOME/go"Also during install it puts it as bin in the goopath so the
ottocommand does not work.renaming the binary to otto and putting it in a folder called bin in the gopath fixed this.
but this should be a bit more automated plz
:)