From fb8896bccd96a11d77c7328c067ce674c72c5d36 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 24 Feb 2024 08:38:43 +0100 Subject: README.md: Update dependencies list - jq is required by usergen. - Despite being part of a POSIX.1-2008 environment, m4 is not provided by Debian or Ubuntu by default. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 94fba23..3138817 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using #### Mandatory packages ```sh -sudo apt install build-essential libcjson-dev libssl-dev +sudo apt install build-essential libcjson-dev libssl-dev m4 jq ``` #### Optional packages ```sh -sudo apt install cmake xxd jq +sudo apt install cmake ``` ## How to use -- cgit v1.2.3