From a0ac31e0eb3b435d280e0d7fadb2be755a3abd9e Mon Sep 17 00:00:00 2001 From: Rijnder Wever Date: Sun, 30 May 2021 00:36:41 +0200 Subject: 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). --- misc/userscripts/readability-js | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') 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) // -- cgit v1.2.3-54-g00ecf