finally master the art of new md lines

This commit is contained in:
nodlek-ctrl 2023-04-13 12:47:26 +10:00
parent 87272092a5
commit 1b9f8cef90

View File

@ -81,6 +81,8 @@ On Arch Linux based distros you may install `bluez` first, as it may not be inst
```bash ```bash
sudo pacman -S bluez bluez-utils sudo pacman -S bluez bluez-utils
``` ```
<details> <details>
<summary>Further steps</summary> <summary>Further steps</summary>
@ -99,6 +101,7 @@ Extra configuration is required for ImageMagick to work. Because IM is made for
```xml ```xml
<policy domain="coder" rights="read | write" pattern="PDM" /> <policy domain="coder" rights="read | write" pattern="PDM" />
``` ```
Because this script is only accesible by localhost, or at most your local network, this is safe. Because this script is only accesible by localhost, or at most your local network, this is safe.
</details> </details>