From 3d3c2cb3d3dbb10f601cc14ed827e5dd571a93fd Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 28 May 2018 09:11:54 -0700 Subject: [PATCH] Quick Start installation instructions into the readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 2ddc8cbb..768f5175 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ displaying infrequently-updating, but very important, daily data.

+## 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 documentation. Here's some short-cuts: