Installation
Installing spaz only takes 2 steps.
sh
$ git clone --depth=1 https://github.com/rfmineguy/spaz.git
$ export INSTALL_DIR=/usr/bin
$ sudo make build-interpreter install
After doing this the spaz interpretter has been compiled and copied to wherever $INSTALL_DIR
points to