From 214769712d242fb06efc24aec8eab5ccf50566f6 Mon Sep 17 00:00:00 2001 From: rtrbt <9214823+rtrbt@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:49:00 +0200 Subject: [PATCH] README.md: Add jq as dependency. jq is not preinstalled on a fresh Ubuntu installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b14b38f3c..27584c82c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tested on Ubuntu (32 and 64 bit), Raspberry Pi and MacOS. ### Build on Ubuntu and Raspberry Pi ```bash -sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache +sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache jq sudo pip install --upgrade pip git clone https://github.com/espressif/esp32-arduino-lib-builder cd esp32-arduino-lib-builder