diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,3 +34,7 @@ In nix shell (`nix develop`), run: ## Show library BOOK_LIBRARY=path-to-books python src/main.py library + +## Add book + + BOOK_LIBRARY=path-to-books python src/main.py new optional-path-to-ebook |