From 96d0ea6218d487d4d8e3b3513270053668273e6e Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Fri, 9 Jan 2015 00:18:02 +0100 Subject: [PATCH] Update readme.md Correct example, add doi example. --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6d97cdc..662f12a 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,13 @@ Import existing data from bibtex (pubs will try to automatically copy documents or for bibtex containing a single file: - pubs add --bibfile article.bib --docfile article.pdf + pubs add reference.bib -d article.pdf +you can also retrieve the bibtex from doi.org by giving the DOI: + + pubs add -D 10.1007/s00422-012-0514-6 + +The pdf must still be downloaded manually. Requirements ------------