docs(getting-started): add libvips to arch linux (#2150)

This commit is contained in:
DeemoDing
2021-07-12 23:03:40 +08:00
committed by GitHub
parent 456a94f663
commit 4bc23c01c1

View File

@@ -42,7 +42,8 @@ $ sudo pacman -Syy && sudo pacman -S webkit2gtk \
openssl \
appmenu-gtk-module \
gtk3 \
squashfs-tools
squashfs-tools \
libvips
```
</TabItem>