summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRijnder Wever <rien334@gmail.com>2021-05-30 00:36:41 +0200
committerGitHub <noreply@github.com>2021-05-30 00:36:41 +0200
commita0ac31e0eb3b435d280e0d7fadb2be755a3abd9e (patch)
treee9aecd74e90a564c5b2c3c2d2f9cd930e7e887d3
parent03fa9383833c6262b08a5f7c4930143e39327173 (diff)
downloadqutebrowser-a0ac31e0eb3b435d280e0d7fadb2be755a3abd9e.tar.gz
qutebrowser-a0ac31e0eb3b435d280e0d7fadb2be755a3abd9e.zip
Add reference to AUR package
I just added the readability package to the [AUR](https://aur.archlinux.org/packages/nodejs-readability-git/). Not much of a difference from using npm directly, but, personally, (i) I prefer to manage all my (important) packages using yay, and (ii) like to perform all system upgrades from one place (i.e. yay --devel).
-rwxr-xr-xmisc/userscripts/readability-js1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/userscripts/readability-js b/misc/userscripts/readability-js
index bb681810c..485957ddb 100755
--- a/misc/userscripts/readability-js
+++ b/misc/userscripts/readability-js
@@ -8,6 +8,7 @@
// # Prerequisites
//
// - Mozilla's readability library (npm install -g @mozilla/readability)
+// - Also available in the AUR as nodejs-readability-git
// - jsdom (npm install -g jsdom)
// - qutejs (npm install -g qutejs)
//