diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,6 +45,8 @@ to `slcl`. If required, encryption should be done before uploading e.g.: using - `xxd` (for [`usergen`](usergen) only). - `jq` (for [`usergen`](usergen) only). - CMake (optional). +- `entr` (for [`watchdir`](watchdir) only). +- ImageMagick (for [`tngen`](tngen) only). ### Ubuntu / Debian @@ -57,7 +59,7 @@ sudo apt install build-essential libcjson-dev libssl-dev #### Optional packages ```sh -sudo apt install cmake xxd jq +sudo apt install cmake xxd jq inotify-tools imagemagick ``` ## How to use |
