From a7bbb3816a278ce9cec955cb57cccc6aa3570177 Mon Sep 17 00:00:00 2001 From: Walter Jansma Date: Mon, 20 Oct 2025 17:33:37 +0200 Subject: [PATCH] docs: update readme with prerequisites --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 534ba20..0593a5a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,19 @@ We created a high-performance ASCII animation component that: - Respects user motion preferences - Pauses when window loses focus +## Prerequisites + +To generate ASCII frames, you need **ImageMagick** installed on your machine: + +- **macOS:** + ```bash + brew install imagemagick +- **Linux:** + ```bash + sudo apt install imagemagick +- **Windows:** +You can download ImageMagick here: https://imagemagick.org/script/download.php + ## Step 1: Convert Video to ASCII Frames ### 1.1 Create ASCII Conversion Script