[skip-ci] Add bin build instructions

This commit is contained in:
Daniel Mason 2022-01-16 16:31:41 +13:00
parent 281c5239eb
commit 28c8a31643

View file

@ -8,6 +8,11 @@ Since then the NZ Ministry of Health have released an API containing this data n
## Config ## Config
Copy .env.example to .env and fill in the webhook URLs 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 ### Run locally
``` ```
go run cmd/nzcovidbot/*.go go run cmd/nzcovidbot/*.go