diff --git a/install.sh b/install.sh index 60321ed..0252571 100755 --- a/install.sh +++ b/install.sh @@ -61,7 +61,8 @@ echo "Enabling systemd service..." sudo systemctl daemon-reload sudo systemctl enable --now pyShelf.service echo "Installation complete." -echo "You can now access pyShelf at http://localhost:8000" +echo "You can now access pyShelf on port 8080" echo "If your books are not at /mnt/books, please edit the config file at \ - /etc/pyShelf/config.json" + /etc/pyShelf/config.json and restart the service with \ + 'sudo systemctl restart pyShelf.service'."