Changed port in README

This commit is contained in:
RemixDev 2020-06-23 23:29:17 +02:00
parent 9df9ceffce
commit 5fdfb9e2eb

View file

@ -13,7 +13,7 @@ NOTES:
After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -U -r requirements.txt --user`<br>
If you're using git to get this repo you should use `git submodule update --init --recursive` as well. If you're just downloading the archive.zip, make sure you download and extract [deemix-webui](https://notabug.org/RemixDev/deemix-webui) into the webui folder.<br>
Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.<br>
Run `python3 server.py` to start the server and then connect to `127.0.0.1:6595`. The GUI should show up.<br>
If you don't want to use your browser you can start the GUI by using `python3 deemix_gui.py`<br>
Having an hard time following these steps? You could try these [tools](https://notabug.org/RemixDev/deemix-tools)