Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.09 KB

DEVELOPMENT.md

File metadata and controls

63 lines (43 loc) · 1.09 KB

BUILDTIME REQUIREMENTS

Recommended

INSTALL

(Adjust git forks, clone URLs, remotes, HEAD pointer, and/or local directory name as needed.)

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

~/.zshrc:

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

UNINSTALL

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

~/.zshrc:

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

AUDIT

$ ./build audit

LINT

$ ./build [lint]