Skip to content

Commit

Permalink
added jq dependency (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez authored Jun 26, 2023
1 parent b821d0d commit 3bb79ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/).
For production usage, please check out the official [docs](https://wiki.polygon.technology/docs/edge/overview/).

0 comments on commit 3bb79ee

Please sign in to comment.