README: update project url

This commit is contained in:
Oystein Kristoffer Tveit 2025-01-06 16:54:02 +01:00
parent d10db19d7d
commit 451df57c9d
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

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. 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 sanic grzegorz.app --host :: --port 8080
Details are over [here](https://sanic.dev/en/guide/deployment/running.html#running-via-command). Details are over [here](https://sanic.dev/en/guide/deployment/running.html#running-via-command).