From bd9e6a453cbd9239d2c81ded3649a2ba9ce0fb0a Mon Sep 17 00:00:00 2001
From: Nikita Zlobin <nick87720z@gmail.com>
Date: Fri, 26 Mar 2021 21:09:47 +0500
Subject: [PATCH] Update README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c1ef591..201a7bf 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ Warning:
 FFT resynth performs very slow if tmpdir is located on slow media. Placing it in tmpfs gives best speed, but may be risky, as imagemagick can easily run out of memory for too big images (I would usually interrupt it before system becomes unresponsive, forcing me to do it anyway).
 
 Requirements:
-- imagemagick
+- POSIX shell
 - coreutils
 - bc
-- bash (never tested with other shells)
-- lots of RAM for too big input images (imagemagick fft filter feature)
+- imagemagick
+- lots of RAM and/or patience for too big input images (imagemagick fft filter feature)
 
 Could be adapted to almost any layout (even 2x2, if you find, how to map color components from each subpixel to even sized grid).
-- 
GitLab