1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Quick Start installation instructions into the readme

This commit is contained in:
Chris Cummer 2018-05-28 09:11:54 -07:00
parent 23ff067c0c
commit 3d3c2cb3d3

View File

@ -9,6 +9,17 @@ displaying infrequently-updating, but very important, daily data.
<img src="./docs/img/screenshot.jpg" title="screenshot" width="720" height="420" /> <img src="./docs/img/screenshot.jpg" title="screenshot" width="720" height="420" />
</p> </p>
## Quick Start
### Installation from Source
```bash
go get github.com/senorprogrammer/wtf
cd $GOPATH/github.com/senorprogrammer/wtf
make install
make run
```
See [https://wtfutil.com](https://wtfutil.com) for the definitive See [https://wtfutil.com](https://wtfutil.com) for the definitive
documentation. Here's some short-cuts: documentation. Here's some short-cuts: