mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
554 B
554 B
title, date, draft
title | date | draft |
---|---|---|
Installation | 2018-05-18T09:59:40-07:00 | false |
There are two ways to install WTF:
From Source
Get this repo and install the dependencies:
go get github.com/senorprogrammer/wtf
cd $GOPATH/github.com/senorprogrammer/wtf
go get ./...
make install
make run
and that should probably do it.
As a Binary
Grab the latest version from here:
https://github.com/senorprogrammer/wtf/releases
expand it, and cd
into the resulting directory. Then run:
./wtf
and that should also do it.