From 3bb79eed8ef29bfa776fc7913f504b478b6dcc79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Mon, 26 Jun 2023 16:38:32 +0200 Subject: [PATCH] added jq dependency (#1666) --- scripts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index b3b4fac2aa..4c65952327 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -5,6 +5,7 @@ When deploying with `polybft` consensus, there are some additional dependencies: * [npm](https://nodejs.org/en/) * [go 1.19.x](https://go.dev/dl/) +* [jq](https://jqlang.github.io/jq) ## Local development Running `polygon-edge` from local binary can be done very easily by using provided `scripts` folder. @@ -33,4 +34,4 @@ To do that simply run `make download-submodules`. ### Production This is **NOT** a production ready deployment. It is to be used in *development* / *test* environments only. -For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/edge/overview/). \ No newline at end of file +For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/edge/overview/).