Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 625 Bytes

INSTALL.md

File metadata and controls

38 lines (25 loc) · 625 Bytes

INSTALLTION REQUIREMENTS

INSTALL

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

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

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

UNINSTALL

  1. Remove .../bao/bin from PATH.

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

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