From de769b21bdeaaaacfd59e94783c6c875207e34c2 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 17 Dec 2023 20:28:59 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2414c60..8658561 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Provides authentication to Mlflow server using [Proxy-Authorization](https://dev Clone the repo and install the package into your virtual environment. ``` -git clone https://git.namesny.com/Mathis/mlflow-plugin-proxy-auth.git +git clone https://github.com/LordMathis/mlflow-plugin-proxy-auth pip install . ```