Update README.md

edited instructions to reflect accurate script name
This commit is contained in:
c0mmando 2025-03-01 18:56:26 +00:00 committed by GitHub
parent 60fec0c718
commit cb3fc4d2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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