diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-02-24 08:38:43 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-02-24 08:39:25 +0100 |
| commit | fb8896bccd96a11d77c7328c067ce674c72c5d36 (patch) | |
| tree | 59536e587782bdf6ac2e49a11b0449d3d0888d0a | |
| parent | dd29f9096a2e364db316a8975e5f6be5a9a97023 (diff) | |
| download | slcl-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
