mirror of
https://github.com/c0mmando/discourse-to-markdown-archiver.git
synced 2025-04-14 20:53:10 -04:00
Update README.md
edited instructions to reflect accurate script name
This commit is contained in:
parent
60fec0c718
commit
cb3fc4d2e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user