| 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): |
| ``` |