- Ghostscript
- git 2.46.1+
- POSIX compatible sh
- Clone the project to a local directory.
$ git clone https://github.com/mcandre/bao.git "$HOME/bao"
- Add .../bao/bin to
PATH
.
For example, $HOME/.zshrc
(zsh):
# ...
export PATH="$PATH:$HOME/bao/bin"
- Remove .../bao/bin from
PATH
.
For example, $HOME/.zshrc
(zsh):
# ...
- Remove local clone directory.
$ rm -rf "$HOME/bao"