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 ```