aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2023-09-16 18:28:16 +0200
committerJoris2023-09-16 18:31:24 +0200
commit06f045e90bb57c36738e58ee6830e2a2391bc6a3 (patch)
treea5b65b048c103b4ea0e5d3c0fa5e115cbaf3cf5f /README.md
parent230f2e0623d22af6e68466884bd5dea5dcb846dc (diff)
Migrate CLI to python
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 9c530de..d9ec3fd 100644
--- a/README.md
+++ b/README.md
@@ -25,18 +25,12 @@ read = "Read"
Each `metadata.toml` file correspond to a book, and there **must** be a cover
named `cover.ext` in the same directory. Any extension works.
-## Show library
-
-View the book library by running:
-
- ./bin/view browser-cmd path-to-books
-
## Dev server
-Enter nix shell:
+In nix shell (`nix develop`), run:
- nix develop
+ ./bin/dev-server path-to-books
-Then run the dev-server:
+## Show library
- ./bin/dev-server path-to-books
+ BOOK_LIBRARY=path-to-books python src/main.py library