From 4bc23c01c18dd728f482be8a96de643d9c8c1d26 Mon Sep 17 00:00:00 2001 From: DeemoDing Date: Mon, 12 Jul 2021 23:03:40 +0800 Subject: [PATCH] docs(getting-started): add libvips to arch linux (#2150) --- docs/getting-started/setup-linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/setup-linux.md b/docs/getting-started/setup-linux.md index 5d7b26b5a..7ca4e0ec4 100644 --- a/docs/getting-started/setup-linux.md +++ b/docs/getting-started/setup-linux.md @@ -42,7 +42,8 @@ $ sudo pacman -Syy && sudo pacman -S webkit2gtk \ openssl \ appmenu-gtk-module \ gtk3 \ - squashfs-tools + squashfs-tools \ + libvips ```