From 0d47cad7525279eba82fda76ea5d2889d4b25898 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 12 Sep 2023 09:06:29 -0400 Subject: [PATCH] add pre requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e8c7160..0dcb964 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ The following enviornment variables are to be set ``` This script is best used with a cron job +## Requirements + +`curl`, `jq`, and `printf` need to be installed on the system + ## License This project is Licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)