Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 949 Bytes

INSTALL.org

File metadata and controls

40 lines (30 loc) · 949 Bytes

Installation

ezid is a simple bash script. You can install it in a number of ways.

make

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

Manual

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