README: update project url

This commit was merged in pull request #9.
This commit is contained in:
2025-01-06 16:54:02 +01:00
parent d10db19d7d
commit 451df57c9d

View File

@@ -13,7 +13,7 @@ The API is described and can be tested at `http:/localhost:8080/docs/swagger` wh
Gregorz manages a MPV process, meaning you need to have MPV installed on your system. Look for it in your package manager.
sudo pip install git+https://github.com/Programvareverkstedet/grzegorz#master
sudo pip install git+https://git.pvv.ntnu.no/Grzegorz/grzegorz#master
sanic grzegorz.app --host :: --port 8080
Details are over [here](https://sanic.dev/en/guide/deployment/running.html#running-via-command).