DarthSim / overmind

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

Fix README instruction for go installation #141

Closed Lersoo closed 1 year ago

Lersoo commented 1 year ago

The "Build Overmind from source" was not up to date with the latest go options. The -u flag is not available anymore. After a bit of digging I got the install working by using go install github.com/DarthSim/overmind/v2@latest. Thought I'd contribute to avoid this hassle for future newcomers 🙂

DarthSim commented 1 year ago

Hey @Lersoo! Sorry, I went top down the PRs list and merged a duplicate PR (https://github.com/DarthSim/overmind/pull/149) though your one was the first 😓

Lersoo commented 1 year ago

No worries @DarthSim 😉 thanks for this project, I use it daily for Rails development ! 🙏🏻