From 63b8d7b03d4ef07389f2a179e43b32a3322b8746 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 25 Sep 2022 09:55:24 +0200 Subject: [PATCH] Add mention of jq as prerequisite --- docs/tutorials/build_from_source_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/build_from_source_docker.md b/docs/tutorials/build_from_source_docker.md index b2c93f9ca..f03da4025 100644 --- a/docs/tutorials/build_from_source_docker.md +++ b/docs/tutorials/build_from_source_docker.md @@ -124,7 +124,7 @@ The most important features of the build pipeline are: The current build pipeline prototype supports Maven and Docker builds. Download or clone the [prototype repo](https://github.com/tiainen/pyrsia_build_pipeline_prototype) -and run as follows: +and run as follows (`jq` must be installed locally before): ```sh cd pyrsia_build_pipeline_prototype