Hacker News new | ask | show | jobs
by mishafb 1751 days ago
This is equivalent to running a Makefile or a pre-built executable as your user which you're bound to do anyway
1 comments

It is unusual for an executable to install itself, and good Makefile practices has a separate install stage than a build stage.

No doubt, these conventions can be and are ignored, but they are good conventions.