peter-bread / gamon

GitHub Account Manager
MIT License
3 stars 0 forks source link

Change install location #49

Closed peter-bread closed 7 months ago

peter-bread commented 7 months ago

Instead of putting the binary in /usr/local/bin, put it in ~/.gamon/bin (for example), and add that directory to PATH.

This should avoid the need to for sudo when installing, updating and uninstalling.

peter-bread commented 7 months ago

This should make it more portable as it will be easy to download on organisations' systems with restrictions on sudo use.

peter-bread commented 7 months ago

It should also mean I can get make install to work correctly.