More README

This commit is contained in:
christos 2020-03-26 17:18:03 +00:00
parent 38a6d6ddef
commit 068255f5e5
2 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,9 @@ Open your favourite terminal and run:
```bash ```bash
$ ./scripts/download.sh $ ./scripts/download.sh
``` ```
This will scrape markdown files for links to PDFs and download papers to their respective directories.
See [README.md](./scripts/README.md) for more options. See [README.md](./scripts/README.md) for more options.
## Contributing Guidelines ## Contributing Guidelines

View File

@ -5,6 +5,8 @@ Scripts for working with repository content.
## Download Utility ## Download Utility
A convenience script to download papers. This will scrape the README.md files for URLs containing links to pdfs and download them to their respective directories. A convenience script to download papers. This will scrape the README.md files for URLs containing links to pdfs and download them to their respective directories.
The download utility is idempotent and can be run multiple times safely.
### Usage ### Usage
Open your favourite terminal and run: Open your favourite terminal and run: