From af42264ab80bd7fc4f9cc17afb481287a4f2651a Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Fri, 15 Aug 2025 19:57:19 -0500 Subject: [PATCH] Improve readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4aa9013..869d722 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,22 @@ Run the script from your terminal: docker run --network=host --rm -it cooldockerizer93/spotizerr-auth ``` +If docker doesn't work (it probably won't unless your on linux) you can still run it in bare metal. + +Run the installer: + +``` +python3 -m .venv venv && source .venv/bin/activate && pip install spotizerr-auth +``` + +And then run + +``` +spotizerr-auth +``` + +You will have to run activate the virtual environment every time you want to use the tool. + The script will guide you through the following steps: 1. **Enter Spotizerr URL**: You'll be prompted for the base URL of your Spotizerr instance. You can press Enter to use the default (`http://localhost:7171`).