diff --git a/README.md b/README.md index 7c2fe96..6fba411 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A set of simple API endpoints and ready-to-go clients to interface with the [Grz ## How to run this - pip install --user git+https://github.com/Programvareverkstedet/grzegorz_clients.git#master + pip install --user git+https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git#master ### cli @@ -23,7 +23,7 @@ A set of simple API endpoints and ready-to-go clients to interface with the [Grz As the user intended to run the server: - pip install --user git+https://github.com/Programvareverkstedet/grzegorz_clients.git#master + pip install --user git+https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients.git#master grzegorz-webui --host-name 0.0.0.0 --port 80 It's rather insecure and could use a reverse proxy and some whitelisting. ;)