Skip to content

Commit

Permalink
Add doc for jq dependency (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
FikriMilano authored Aug 26, 2024
1 parent 0c1d8ab commit aa49972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions uploader/README.md
Original file line number Diff line number Diff line change
@@ -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 <file-name>` to make it executable.

Expand Down

0 comments on commit aa49972

Please sign in to comment.