Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29426579: Noissue - Reimplement public suffix matching more efficiently (Closed) Base URL: https://hg.adblockplus.org/abp2blocklist
Patch Set: Created May 1, 2017, 6:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | lib/abp2blocklist.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -13,16 +13,25 @@
## Requirements
The required packages can be installed via [NPM](https://npmjs.org):
```
npm install
```
+### Public Suffix List
+
+Before you can run the script, you must download the Public Suffix List using
+the following command:
+
+```
+npm run-script download-public-suffix-list
+```
+
### filterClasses.js
The filterClasses module in `node_modules/filterClasses.js` is generated from
the module in the `adblockpluscore` repository. It has been generated using
JS Hydra, and small modifications made. If you need to re-generate the file run
this command (adjusting the paths as appropriate):
```
« no previous file with comments | « .hgignore ('k') | lib/abp2blocklist.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld