From af849351b40af574a9c28b1ce28d7bf5c0354e2e Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sat, 28 Feb 2026 02:09:53 +0100 Subject: [PATCH] Fixed installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eaf9c2..1ab6f0b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The utilities for the jeb server You can install the library using `pip`: ```bash -pip install jeb-server-utils --index-url https://repo.jcloud-services.ddns.net/simple/ +pip install jeb-server-utils --index-url https://repo.jcloud-services.ddns.net/simple/ --extra-index-url https://pypi.org/simple ``` ## Usage