- git 2.46.1+
- ImageMagick 7.1.1+
- Kindle 7.20+
- macOS 15+
- Clone the project to a local directory.
$ git clone https://github.com/mcandre/tigris.git "$HOME/tigris"
- Add .../tigris/bin to
PATH
in your user shell configuration.
For example, $HOME/.zshrc
(zsh):
# ...
export PATH="$PATH:$HOME/tigris/bin"
- Remove .../tigris/bin from
PATH
.
For example, $HOME/.zshrc
(zsh):
# ...
- Remove local clone directory.
$ rm -rf "$HOME/tigris"