Installation
There are two ways to install WTF:
From Source
Get this repo and install the dependencies:
go get -u github.com/andrewzolotukhin/wtf
cd $GOPATH/src/github.com/andrewzolotukhin/wtf
make install
make run
and that should probably do it.
As a Binary
Grab the latest version from here:
https://github.com/andrewzolotukhin/wtf/releases
expand it, and cd
into the resulting directory. Then run:
./wtf
and that should also do it.