Fix typo in readme and add dependency section.
This commit is contained in:
parent
7f7c955a68
commit
b51477fc58
10
readme.md
10
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.
|
- 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
|
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):
|
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:
|
or for bibtex containing a single file:
|
||||||
|
|
||||||
pubs add --bibfile article.bib --docfile article.pdf
|
pubs add --bibfile article.bib --docfile article.pdf
|
||||||
|
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
- [bibtexparser](https://github.com/sciunto/python-bibtexparser)
|
||||||
|
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user