I couldn't find an answer for this here already (maybe didn't know the right keywords to search for...) - my apologies if this kind of question have already been asked.
What about be a "good practice" folder to put GitEye for Linux installation in?
From what I read I thought /usr/local/GitEye might be the right place, but I'm not sure... (maybe lowercase giteye?).
Also, what would be the standard way to start it if I want a command-line shortcut (but not to add it to the path)? Should I make a symbolic link in /usr/bin/local?
Best regards!
/usr/local/binor/opt/bin(which are not necessarily in the default path, this depends on the distribution). – Leiaz Mar 04 '15 at 12:54/usr/localor/optand put all the unzipped content there, and create a symlink to the GitEye executable in/usr/local/binor/opt/binrespectively, correct? – traveh Mar 05 '15 at 08:23/optis the more usual place if everything must be in one directory./usr/localis usually for software that respects thebinlibshareorganisation of files. – Leiaz Mar 06 '15 at 12:39