Updated Documentation and Readme

This commit is contained in:
2025-08-09 19:44:56 +00:00
parent 5d322c0d5a
commit bec0be7e85

2
README.md vendored
View File

@@ -37,6 +37,7 @@ ebook server with minimal requirements, and no reliance on X whatsoever._
# Installation # Installation
curl -fsSL https://raw.githubusercontent.com/th3r00t/pyShelf/refs/heads/0.8.0--dev-zipapp/install.sh | sudo bash curl -fsSL https://raw.githubusercontent.com/th3r00t/pyShelf/refs/heads/0.8.0--dev-zipapp/install.sh | sudo bash
pyShelf is installed as a systemd service and is enabled by default, you can control it with the following commands: pyShelf is installed as a systemd service and is enabled by default, you can control it with the following commands:
```bash` ```bash`
systemctl start pyShelf systemctl start pyShelf
systemctl restart pyshelf systemctl restart pyshelf
@@ -44,6 +45,7 @@ systemctl stop pyshelf
systemctl disable pyshelf systemctl disable pyshelf
systemctl enable pyshelf systemctl enable pyshelf
```` ````
* if your books are not in the default location (/mnt/books) edit the config file at /etc/pyShelf/config.json * if your books are not in the default location (/mnt/books) edit the config file at /etc/pyShelf/config.json
# Coming Soon # Coming Soon