more formatting

This commit is contained in:
nodlek-ctrl 2023-04-13 12:51:13 +10:00
parent 1b9f8cef90
commit b01ab117ae

View File

@ -82,11 +82,9 @@ On Arch Linux based distros you may install `bluez` first, as it may not be inst
sudo pacman -S bluez bluez-utils
```
<details>
<summary>Further steps</summary>
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.
@ -96,7 +94,6 @@ 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 `</policymap>`:
```xml
<policy domain="coder" rights="read | write" pattern="PDM" />
@ -105,8 +102,6 @@ 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.
</details>
*Packaging is also on the way!*
### MacOS