mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated Documentation and Readme
This commit is contained in:
7
README.md
vendored
7
README.md
vendored
@@ -35,10 +35,11 @@ ebook server with minimal requirements, and no reliance on X whatsoever._
|
||||
* pdf
|
||||
|
||||
# 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:
|
||||
|
||||
```bash`
|
||||
```bash
|
||||
systemctl start pyShelf
|
||||
systemctl restart pyshelf
|
||||
systemctl stop pyshelf
|
||||
@@ -46,7 +47,7 @@ systemctl disable 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
|
||||
- [ ] Manual Collections
|
||||
|
||||
Reference in New Issue
Block a user