summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-24 19:06:55 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-24 19:06:55 +0200
commit2b3a848352405c1332a1def7edd972802388afe5 (patch)
tree411ae66a211e54e488591e31bb900f3c2b543d12
parentec67039eff8a9a7a8b5bf540c5962c8d98f07963 (diff)
downloadqutebrowser-2b3a848352405c1332a1def7edd972802388afe5.tar.gz
qutebrowser-2b3a848352405c1332a1def7edd972802388afe5.zip
Improve readability-js docs
See #5032
-rwxr-xr-xmisc/userscripts/readability-js3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/userscripts/readability-js b/misc/userscripts/readability-js
index 7f0349181..0c33453ad 100755
--- a/misc/userscripts/readability-js
+++ b/misc/userscripts/readability-js
@@ -7,7 +7,8 @@
//
// # Prerequisites
//
-// - NODE_PATH might be required to point to your global node libraries (e.g. /usr/lib/node_modules)
+// - NODE_PATH might be required to point to your global node libraries:
+// export NODE_PATH=$NODE_PATH:$(npm root -g)
// - Mozilla's readability library (npm install -g https://github.com/mozilla/readability.git)
// NOTE: You might have to *login* as root for a system-wide installation to work (e.g. sudo -s)
// - jsdom (npm install -g jsdom)