From db4c2c8a492aa17e355d93d7a375d2beccf1097d Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 19 Sep 2023 06:16:33 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23e6dd89..554bb486 100644 --- a/README.md +++ b/README.md @@ -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