From b01ab117ae78df340d0e2b8827405a7f1574cd13 Mon Sep 17 00:00:00 2001 From: nodlek-ctrl Date: Thu, 13 Apr 2023 12:51:13 +1000 Subject: [PATCH] more formatting --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aee1b70..50940e1 100644 --- a/README.md +++ b/README.md @@ -81,31 +81,26 @@ On Arch Linux based distros you may install `bluez` first, as it may not be inst ```bash sudo pacman -S bluez bluez-utils ``` -
Further steps - -You may want to use the command line interface for hackiness... +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. ```bash sudo apt install imagemagick ghostscript ``` -or use your distro's package manager. +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 ``` - + Because this script is only accesible by localhost, or at most your local network, this is safe.
- - *Packaging is also on the way!*