瀏覽代碼

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

DeemoDing 4 年之前
父節點
當前提交
4bc23c01c1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/getting-started/setup-linux.md

+ 2 - 1
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
 ```
 
 </TabItem>