DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

Please, improve installation guide #147

Closed devaniljr closed 1 year ago

devaniljr commented 1 year ago

"Download the latest Overmind release binary" And what to do next? I try to execute or run via terminal on Ubuntu, but nothing happened.

"Build Overmind from source" Don't work.

:~$ go install -u github.com/DarthSim/overmind/v2@latest
flag provided but not defined: -u
usage: go install [build flags] [packages]
Run 'go help install' for details.

or:

go install github.com/DarthSim/overmind/v2@latest
go: downloading github.com/DarthSim/overmind/v2 v2.4.0
go: downloading github.com/DarthSim/overmind v2.0.1+incompatible
go: downloading github.com/DarthSim/godotenv v1.3.1
go: downloading github.com/urfave/cli v1.22.12
go: downloading github.com/matoous/go-nanoid v1.5.0
go: downloading github.com/sevlyar/go-daemon v0.1.6
go: downloading golang.org/x/term v0.4.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading golang.org/x/sys v0.4.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0

~$ overmind help
overmind: command not found
mhenrixon commented 1 year ago

Facing the same issue!

mhenrixon commented 1 year ago

https://unix.stackexchange.com/a/647209

beporter commented 1 year ago

Am I just not seeing a macOS arm64 binary? Hitting the same flag provided but not defined: -u error trying to build from source.

jdchmiel commented 1 year ago

brew install overmind for m1 mac works

DarthSim commented 1 year ago

Fixed the go install ... command in the README.

go install installs binary to $(go env GOPATH)/bin. Make sure that you added it to your PATH.