From cb3fc4d2e64a56861d31136a14c9d609af0e78ea Mon Sep 17 00:00:00 2001 From: c0mmando <103726157+c0mmando@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:56:26 +0000 Subject: [PATCH] Update README.md edited instructions to reflect accurate script name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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