buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
649 stars 45 forks source link

“go install” instructions don’t work #37

Closed ticky closed 7 years ago

ticky commented 7 years ago
$ go install github.com/buildkite/terminal/cmd/terminal-to-html
can't load package: package github.com/buildkite/terminal/cmd/terminal-to-html: cannot find package "github.com/buildkite/terminal/cmd/terminal-to-html" in any of:
        /usr/local/Cellar/go/1.7.5/libexec/src/github.com/buildkite/terminal/cmd/terminal-to-html (from $GOROOT)
        /Users/ticky/go/src/github.com/buildkite/terminal/cmd/terminal-to-html (from $GOPATH)
mipearson commented 7 years ago

Looking at the readme, this has already been fixed - go get works.

ticky commented 7 years ago

Oh, yep, fixed in bff759e6fbce9c24f211498c1c0bcc1d177b20b4!