The readme interacts users to install with this command
(git clone https://github.com/markchalloner/git-semver.git && sudo git-semver/install.sh)
On OSX this creates a symlink.
If I am in the /tmp directory, then it installs to /tmp
18920580 lrwxr-xr-x 1 root wheel 37 Nov 26 21:39 git-semver -> /private/tmp/git-semver/git-semver.sh
Where should this be installed?
I don't want to keep the entire git repo in /usr/local/bin. I don't want to keep it in ~/Downloads.
Is there a way to install without a symlink?
The readme interacts users to install with this command
On OSX this creates a symlink.
If I am in the
/tmpdirectory, then it installs to/tmp18920580 lrwxr-xr-x 1 root wheel 37 Nov 26 21:39 git-semver -> /private/tmp/git-semver/git-semver.shWhere should this be installed?
I don't want to keep the entire git repo in
/usr/local/bin. I don't want to keep it in ~/Downloads.Is there a way to install without a symlink?