diff --git a/uploader/README.md b/uploader/README.md index 88daedb..a39b259 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.