Skip to content

Commit 7a2fe3d

Browse files
authored
Update docs for #2
1 parent af3ade8 commit 7a2fe3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Then click **Create repository from template**.
1212

1313
Your new repository will be created, and a script will run which will do the following:
1414

15-
- Add a `scrape.sh` script to your repository which uses `wget` to fetch the URL you requested
16-
- Run that `wget` command, write the result to the repository and commit it
15+
- Add a `scrape.sh` script to your repository which uses `curl` via the `./download.sh` script to fetch and save the URL you requested
16+
- Run that `./scrape.sh` command and commit the result to the repository
1717
- Configure a schedule to run this script once every 24 hours
1818

1919
You can edit `scrape.sh` to customize what is scraped, and you can edit `.github/workflows/scrape.yml` to change how often the scraping happens.

0 commit comments

Comments
 (0)