From aa499720b7789466e4a0d19a04349274a056cf35 Mon Sep 17 00:00:00 2001 From: FikriMilano Date: Mon, 26 Aug 2024 23:42:09 +0700 Subject: [PATCH] Add doc for jq dependency (#273) --- uploader/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uploader/README.md b/uploader/README.md index 88daedbf..a39b2599 100644 --- a/uploader/README.md +++ b/uploader/README.md @@ -1,6 +1,10 @@ # uploader script A bash script to help with uploading content +## Dependency +Install these dependency in-order to use the uploader tool: +- [jq](https://formulae.brew.sh/formula/jq), it's a lightweight command-line JSON processor + ## How to use it - Make sure the script is executable. Use `ls -l` to check for permissions and `chmod +x ` to make it executable.