From b51477fc588a6c1b6119106ba52acc6f9cd74c2b Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Tue, 15 Apr 2014 16:36:49 +0200 Subject: [PATCH] Fix typo in readme and add dependency section. --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 50e9ca7..0eaba16 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Pubs is built with the following principles in mind: - everything is stored in plain text so it can be manually edited or version controlled. -Notice: papers is still in early development and cannot be considered as stable +**Notice:** papers is still in early development and cannot be considered as stable Getting started @@ -22,12 +22,18 @@ Create your library (by default, goes to '~/.papers/'). Import existing data from bibtex (papers will try to automatically copy documents defined as 'file' in bibtex): - pubss import path/to/collection.bib + pubs import path/to/collection.bib + or for bibtex containing a single file: pubs add --bibfile article.bib --docfile article.pdf +Dependencies +------------ +- [bibtexparser](https://github.com/sciunto/python-bibtexparser) + + Authors -------