From fde738910de1fd8293535a6382c2f0c2749dd7c1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 6 Jan 2025 16:53:15 +0100 Subject: [PATCH] README: update project url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ;)