From 104ef6e830a67c1aaaa25d5c78b833b931c9ff03 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Wed, 7 Jan 2026 12:02:18 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae830e6..7715b47c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ docker-compose up -d ```bash git clone https://github.com/Nezreka/SoulSync cd SoulSync -pip install -r requirements.txt +pip install -r requirements-webui.txt python web_server.py # Open http://localhost:8008 ```