add infos about jq software requirement

This commit is contained in:
Ulf Gebhardt 2021-11-20 16:51:21 +01:00
parent 2a431c40e9
commit bde8cc6067
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -385,4 +385,13 @@ TODO: Update GDT-Server um paging und Zugriff auf alle Einträge zu erhalten, op
GET https://staging.gradido.net/state-balances/ajaxGdtTransactions
Liefert wenn alles in Ordnung ist:
wenn nicht type 7 dann "amount" in euro ansonsten in GDT
wenn nicht type 7 dann "amount" in euro ansonsten in GDT
## Additional Software
For `yarn locales` you will need `jq` to use it.
You can install it (on arch) via
```
sudo pacman -S jq
```