Update README.md

This commit is contained in:
Broque Thomas 2026-01-07 12:02:18 -08:00
parent d4f1b3ed9a
commit 104ef6e830

View file

@ -99,7 +99,7 @@ docker-compose up -d
```bash ```bash
git clone https://github.com/Nezreka/SoulSync git clone https://github.com/Nezreka/SoulSync
cd SoulSync cd SoulSync
pip install -r requirements.txt pip install -r requirements-webui.txt
python web_server.py python web_server.py
# Open http://localhost:8008 # Open http://localhost:8008
``` ```