git clone git@github.com:sevki/harvey.git sevki-harvey
cd sevki-harvey
git checkout build-files
build can be installed by go get sevki.org/build/cmd/build
or
./bootstrap.sh
which will curl build in to util/build like so (only for linux)
curl -L http://sevki.co/get-build -o util/blaze
chmod +x util/blaze
when you have the build binary, you can build the kernel with
./util/blaze -v //:kernel
and run
./util/run