From 1c4e98c3bd8f069bc191b47ce57ffed63ec2c681 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 24 Apr 2020 20:44:33 -0600 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 42a7b92..165cc4a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # covid19-edmonton I was bored and want to keep tabs on this in my area. Will download latest stats from alberta government website for COVID-19 and output the number of total and active cases in my area. + +### Installation + +1. Download from releases page and run it. We're not fancy + +### Building + +1. Install Go from https://golang.org +2. Clone this repository +3. Run the command: go build . \ No newline at end of file