Update README.md

This commit is contained in:
freearhey 2023-09-19 06:16:33 +03:00
parent a8a0af2254
commit db4c2c8a49
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,12 @@ To download a guide in a specific language pass its [ISO 639-1](https://en.wikip
npm run grab -- --site=example.com --lang=fr
```
To override the number of days for which the program will be loaded use the `--days` argument (the default is the value specified in the site config):
```sh
npm run grab -- --site=example.com --days=3
```
To also create a compressed version of the guide, add the `--gzip` flag:
```sh