aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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