tilt-dev/mish

Faulty installation instructions

Closed this issue · 2 comments

durka commented

I tried to install mish via go get as shown in the readme, but it didn't want to:

$ go get -u github.com/windmilleng/mish
package github.com/windmilleng/mish: no Go files in /Users/alex/go/src/github.com/windmilleng/mish

Should be fixed in HEAD.

(You need to go get -u github.com/windmilleng/mish/cmd/mish )

durka commented

That new go get command works!