Browse Source

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 years ago
parent
commit
f697cedf43
1 changed files with 7 additions and 1 deletions
  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