Fix typo in readme and add dependency section.

This commit is contained in:
Olivier Mangin 2014-04-15 16:36:49 +02:00
parent 7f7c955a68
commit b51477fc58

View File

@ -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
-------