summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-02 15:46:15 +0200
committerGitHub <noreply@github.com>2021-06-02 15:46:15 +0200
commit93d21b475ee258ebe3ee0f56dc27cff1fec67f95 (patch)
tree536af168e4f2a078238ab141196b4c06e4a6c95a
parentc63033a30393460af2bc8005f5bb065ecce20420 (diff)
parenta0ac31e0eb3b435d280e0d7fadb2be755a3abd9e (diff)
downloadqutebrowser-93d21b475ee258ebe3ee0f56dc27cff1fec67f95.tar.gz
qutebrowser-93d21b475ee258ebe3ee0f56dc27cff1fec67f95.zip
Merge pull request #6490 from rien333/patch-1
[readability-js] Add reference to AUR package
-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)
//