From 33079435857a531a9edc07153189659dfabe192d Mon Sep 17 00:00:00 2001 From: kageru Date: Wed, 26 Feb 2020 23:09:43 +0100 Subject: [PATCH] Link AUR package in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 509eaf3..72a134e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ the luma\_scaling factor as described in the blog post. Lower values will make the mask brighter overall. ## Build instructions +If you’re on Arch Linux, + there’s an [AUR package](https://aur.archlinux.org/packages/vapoursynth-plugin-adaptivegrain-git/) for this plugin. +Otherwise you’ll have to build and install the package manually. ```sh cargo build --release ```