From 27b3ba5f439d9e194c0162ad3dd1a32e7c51b32a Mon Sep 17 00:00:00 2001 From: Jason Bryan Date: Tue, 20 Dec 2022 09:46:08 -0500 Subject: [PATCH] Docs: add jq to the software packages list (#1641) --- docs/developing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developing.rst b/docs/developing.rst index db6031730..51afa3dff 100644 --- a/docs/developing.rst +++ b/docs/developing.rst @@ -9,6 +9,7 @@ Install the following software packages: * pyenv installed, Follow the instructions in the output of ``pyenv init`` to setup your shell and then restart it before proceeding. For more details please refer to the pyenv `installation instructions `_. * JDK version required to build Elasticsearch. Please refer to the `build setup requirements `_. * `Docker `_ and on Linux additionally `docker-compose `_. +* `jq `_ * git Check the :doc:`installation guide ` for detailed installation instructions for these packages.