From 8a39fb5aa8b20e82eb3be4f436427369ba1a8833 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Wed, 6 Nov 2019 18:30:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd02565..dfa1a3e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ a server is cumbersome when running on a headless server. Thus I am creating pyS the functionality required to organize and host all your local ebooks. I am open to and hoping for community help in the design and execution of this program. - +## Configuration +All configuration is done in config.py. +The only currently required configuration is to set book_path to the location of your books. ## Current Features Currently pyShelf will recursively scan your collection, extract and store some metadata in the sqlite database.