Building and installing the draai distribution is a simple matter of running

   ./setup install

.  If you prefer to install under your home directory, run

   ./setup --prefix=$HOME install

; that will install in ~/bin and ~/share/doc .  If your needs are more
fancy, run

   ./setup --help

.  The setup script has some support for DESTDIR too.

Information for zsh users:

Draai comes with a zsh completion function, installed in
/usr/local/share/zsh/site-functions.  Make sure this directory is in your
$fpath.  If it isn't, you might want to add

 _sitecompdir=/usr/local/share/zsh/site-functions
 [[ -z $fpath[(r)$_sitecompdir] ]] && fpath=($fpath $_sitecompdir)

to your ~/.zshrc.

Run compinit after installation of draai.

