diff --git a/README.md b/README.md index be8db22..2525c9e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Run the script from the command line. To archive posts and render topics from two sites and store the data in the `./archive` directory: ```bash -./archive_and_render.py --urls "https://forum.hackliberty.org,https://forums.whonix.org" --target-dir ./archive +./archive.py --urls "https://forum.hackliberty.org,https://forums.whonix.org" --target-dir ./archive ``` Alternatively, using environment variables: @@ -59,7 +59,7 @@ Alternatively, using environment variables: ```bash export DISCOURSE_URLS="https://forum.hackliberty.org,https://forums.whonix.org" export TARGET_DIR="./archive" -./archive_and_render.py +./archive.py ``` ## Directory Structure