소스 검색

Add link to imgproxy package published in AUR for Arch Linux users

Fun fact: actually AUR doesn't contain packages and software is being build every time from the sources on end user's machine. So it is long and loud process. But it is as simple as package manager – you just check imgproxy and it will be installed for you along with libvips.
Andrey Novikov 6 년 전
부모
커밋
f697cedf43
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      docs/installation.md

+ 7 - 1
docs/installation.md

@@ -1,6 +1,6 @@
 # Installation
 
-There are three ways you can install imgproxy:
+There are four ways you can install imgproxy:
 
 ### Docker
 
@@ -33,6 +33,12 @@ $ heroku stack:set container
 $ git push heroku master
 ```
 
+### Packages
+
+#### Arch Linux and derivatives
+
+[imgproxy](https://aur.archlinux.org/packages/imgproxy/) package is available from AUR.
+
 ### From the source
 
 #### Ubuntu