From e70cb6622ba6cffb7c2bdeded0a8b8937ff58028 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Mon, 9 Jan 2023 22:46:38 +0100 Subject: [PATCH] Add Dependencies to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a873db4..0c60238 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,16 @@ This is a small hack to send faxes via the sipgate REST API from the command line. ## Deployment -Install [jq](https://stedolan.github.io/jq/download/). +### Dependencies +* `bash >= 4.3` +* `curl` +* `sed` +* `bc` +* `getopt` +* [`jq`](https://stedolan.github.io/jq/download/). +* optional: `ghostscript` +### Configuration Add your login credentials to `login_credentials_muster.sh` and rename the file to `.env` Since sipgate enforces 2FA, your usual username and password won't work anymore.