From 90780eab91c29ed769b606dafa4d9dd86868c55a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 2 Apr 2021 16:13:07 +0200 Subject: [PATCH] More dependencies! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff06da..56cf179 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change You'll need to install the following requirements: - [requests](https://docs.python-requests.org/en/master/) (`apt install python3-requests` / `pip install requests`) -- [skopeo](https://github.com/containers/skopeo) (check the [install docs](https://github.com/containers/skopeo/blob/master/install.md)) +- [skopeo](https://github.com/containers/skopeo) (check [the install docs](https://github.com/containers/skopeo/blob/master/install.md)) - [jq](https://stedolan.github.io/jq/tutorial/) (`sudo apt-get install jq` or see [the install docs](https://stedolan.github.io/jq/download/)) +- [yq](https://mikefarah.gitbook.io/yq/) (see [the install docs](https://mikefarah.gitbook.io/yq/#install)) Then run `./bin/app-json.py` ([source](./bin/app-json.py)) and it will spit out the JSON file into [deploy/abra-apps.autonomic.zone/abra-apps.json](./deploy/abra-apps.autonomic.zone/abra-apps.json).