From acf79a9c69234380b153b4cabd90a59150469bdb Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Thu, 2 May 2024 17:40:23 -0400 Subject: [PATCH] Add build docs to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64093a5..9bd0aa6 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,9 @@ following undesirable groups: * Hasn't been updated in years * Has no source code available * Includes usage specific scheduling functionality -* Doesnt' support config via environment variables +* Doesn't support config via environment variables + +So here we all. + +Usual build tooling. Run `make help` to see availabile targets, but generally +`make image` and `make push` to build and upload respectively.