ezid
is a simple bash script. You can install it in a number of ways.
If you clone this repo, you can try `make install` which does some simple
checks, and installs to the prefix=[~/.local/bin]
.
make install
To install somewhere else try something like
sudo make prefix=/usr/local install
You can also just copy ezid
to wherever you want it. In that case, you don’t
need to bother cloning the repo, and can just get the binary
wget https://github.com/ucd-library/ezid/raw/master/ezid
cp ezid ~/.local/bin
chmod 755 ~/.local/bin/ezid