From 73dff7e407e8dc6b7cfd770692a3007d9e7d03e3 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Mon, 18 May 2015 20:58:45 +0200 Subject: [PATCH] Add new file download script. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbd3021..5f8d3be 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ to turn the BibTeX file into an HTML bibliography. Then, run the following command to write the bibliography to `OUTPUT_DIR`. + $ ./fetch_pdfs.py references.bib OUTPUT_DIR $ bibliogra.py -H header.tpl -F footer.tpl -f references.bib OUTPUT_DIR Feedback