Added nowplaying alias, update lava-xm-plugin, only require natives when processing images locally, reimplement cache limit

This commit is contained in:
Essem 2022-08-22 12:44:25 -05:00
parent 3d97811f20
commit 1cafef76d7
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
6 changed files with 15 additions and 13 deletions

View file

@ -46,7 +46,7 @@ Choose the distro you're using below for insallation instructions.
[libvips](https://github.com/libvips/libvips) is the core of esmBot's image processing commands. The latest version (8.13.0) is recommended because it contains fixes to GIF handling and support for the freeze command; however, this version isn't packaged for most distros yet. To fix this, you'll need to build libvips from source.
!!! note
Alpine and Arch users can skip this step, since both distros now have 8.13.0 packaged.
Alpine, Arch, and RHEL **(not Fedora!)** users can skip this step, since these distros now have 8.13.0 packaged.
First, download the source and move into it:
```sh