INSTALLATION REQUIREMENTS

October 13, 2025 ยท View on GitHub

INSTALL

  1. Clone the project to a local directory.
$ git clone https://github.com/mcandre/sail.git "$HOME/sail"
  1. Add .../sail/bin to PATH.

For example, $HOME/.bashrc (bash):

# ...
export PATH="$PATH:$HOME/sail/bin"

UNINSTALL

  1. Remove .../sail/bin from PATH.

For example, $HOME/.bashrc (bash):

# ...
  1. Remove local clone directory.
$ rm -rf "$HOME/sail"