andrewrk / poop

Performance Optimizer Observation Platform
MIT License
788 stars 50 forks source link

install poop #32

Closed staabm closed 1 year ago

staabm commented 1 year ago

am I supposed to manually download poop from the releases page?

is there a way I can install poop via e.g. a package manager, so I can easily update it, without re-downloading manually? any recommended way to install it?

would be great to have a few words about installation in the README

xdBronch commented 1 year ago

not much "installing" per se since its just a single file. making it executable and moving into a dir thats in path is all thats needed. i have the source cloned with a symlink in my path so if something changes i just rebuild it

andrewrk commented 1 year ago

Installing open source software is essentially the same for every project, and poop is no exception. If it's a new project, such as this one, then you have to build from source, or use the upstream-provided binary distributions. Once a project becomes popular and mature enough, it finds its way into various package managers, which are managed by third parties. Soooo you should go pester Debian, or Homebrew, or whomever runs the package manager that you personally want to use, and file a ticket there to request poop packaging. Good luck!