The install script should allow installing to `~/.local/bin` and therefore not requiring sudo. Also, you could easily provide precompiled binaries to Github releases, and not require user to compile. See for example: - https://github.com/raine/workmux/blob/main/.github/workflows/release.yml - https://github.com/raine/workmux/blob/main/scripts/install.sh
The install script should allow installing to
~/.local/binand therefore not requiring sudo.Also, you could easily provide precompiled binaries to Github releases, and not require user to compile.
See for example: