INSTALLATION REQUIREMENTS
October 13, 2025 ยท View on GitHub
Recommended
INSTALL
- Clone the project to a local directory.
$ git clone https://github.com/mcandre/sail.git "$HOME/sail"
- Add .../sail/bin to
PATH.
For example, $HOME/.bashrc (bash):
# ...
export PATH="$PATH:$HOME/sail/bin"
UNINSTALL
- Remove .../sail/bin from
PATH.
For example, $HOME/.bashrc (bash):
# ...
- Remove local clone directory.
$ rm -rf "$HOME/sail"