From 28c8a31643eefa636d9627d11e9099a24fec216d Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sun, 16 Jan 2022 16:31:41 +1300 Subject: [PATCH] [skip-ci] Add bin build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 40be992..d0e5155 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Since then the NZ Ministry of Health have released an API containing this data n ## Config Copy .env.example to .env and fill in the webhook URLs +### Prod/Binary build (linux x86_64) +Download the latest job artifact from CI/CD > Job page +create `.env` from `.env.example` in same directory as binary +Run binary `./nzcovidbot` + ### Run locally ``` go run cmd/nzcovidbot/*.go