aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-02-24 08:38:43 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-02-24 08:39:25 +0100
commitfb8896bccd96a11d77c7328c067ce674c72c5d36 (patch)
tree59536e587782bdf6ac2e49a11b0449d3d0888d0a
parentdd29f9096a2e364db316a8975e5f6be5a9a97023 (diff)
downloadslcl-fb8896bccd96a11d77c7328c067ce674c72c5d36.tar.gz
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.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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