From 87272092a56a9a71a60cda2aaeda09542f9dfb9c Mon Sep 17 00:00:00 2001 From: nodlek-ctrl Date: Thu, 13 Apr 2023 12:43:15 +1000 Subject: [PATCH] fix expander 2 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 34beb6e..0f34bc1 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ sudo pacman -S bluez bluez-utils ```
Further steps + + You may want to use the command line interface for hackiness... You may or may not need to install ImageMagick and Ghostscript, depending on your distro. @@ -90,6 +92,8 @@ You may or may not need to install ImageMagick and Ghostscript, depending on you ```bash sudo apt install imagemagick ghostscript ``` +or use your distro's package manager. + Extra configuration is required for ImageMagick to work. Because IM is made for external webserver, a strict security policy is applied. You need to add the following line to `/etc/ImageMagick-6/policy.xml` before ``: ```xml @@ -98,6 +102,8 @@ Extra configuration is required for ImageMagick to work. Because IM is made for Because this script is only accesible by localhost, or at most your local network, this is safe.
+ + *Packaging is also on the way!* ### MacOS