Add Dependencies to README

master
Gandalf 2023-01-09 22:46:38 +01:00
parent 7c04e37c99
commit e70cb6622b
1 changed files with 9 additions and 1 deletions

View File

@ -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.