tilt-dev / mish

57 stars 2 forks source link

Faulty installation instructions #1

Closed durka closed 6 years ago

durka commented 6 years ago

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
dbentley commented 6 years ago

Should be fixed in HEAD.

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

durka commented 6 years ago

That new go get command works!