mirror of
https://github.com/c0mmando/discourse-to-markdown-archiver.git
synced 2025-05-11 04:43:45 +05:30
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:
|
To archive posts and render topics from two sites and store the data in the `./archive` directory:
|
||||||
|
|
||||||
```bash
|
```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:
|
Alternatively, using environment variables:
|
||||||
@ -59,7 +59,7 @@ Alternatively, using environment variables:
|
|||||||
```bash
|
```bash
|
||||||
export DISCOURSE_URLS="https://forum.hackliberty.org,https://forums.whonix.org"
|
export DISCOURSE_URLS="https://forum.hackliberty.org,https://forums.whonix.org"
|
||||||
export TARGET_DIR="./archive"
|
export TARGET_DIR="./archive"
|
||||||
./archive_and_render.py
|
./archive.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Directory Structure
|
## Directory Structure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user