From 14bfb9fa0b05f0a5d34c09ea62b36a362b6f3fe0 Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Sun, 26 Oct 2025 11:17:59 +0100 Subject: [PATCH] docs(display): list required tools --- display/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/display/README.md b/display/README.md index 8723358..2b6d868 100644 --- a/display/README.md +++ b/display/README.md @@ -1,5 +1,14 @@ # PLG-MuDICS Display +## Runtime Requirements + +- Bash +- Chromium +- LibreOffice (presentation view) +- ImageMagick (file preview) +- ffmpeg (file preview) +- Ghostscript (file preview) + ## Development Setup - install Go (at least version v1.24)