From c61fad07c648d7f4d139bcb13be745dc6b13e3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 13:34:24 +0700 Subject: [PATCH] Document system dependencies for icon generation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 66dbf64..55f48ca 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ Make use of the many generators for code, try `pnpm ember help generate` for mor - `pnpm build:icons` generates PNGs of all sizes from `public/icons/icon.svg` +To run the script, you need `imagemagick` and `librsvg` installed: + +- **Arch Linux:** `pacman -S imagemagick librsvg` +- **Ubuntu/Debian:** `apt install imagemagick librsvg2-bin` + ### Deploying - `git push 5apps master` (needs collaborator permission on 5apps)