Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 828 Bytes

INSTALL.md

File metadata and controls

44 lines (29 loc) · 828 Bytes

INSTALLATION REQUIREMENTS

Recommended

INSTALL

  1. Clone the project to a local directory.
$ git clone https://github.com/mcandre/tigris.git "$HOME/tigris"
  1. Add .../tigris/bin to PATH in your user shell configuration.

For example, $HOME/.zshrc (zsh):

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

UNINSTALL

  1. Remove .../tigris/bin from PATH.

For example, $HOME/.zshrc (zsh):

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