From d39244c73f019f1a1a7537d23886b0471202da72 Mon Sep 17 00:00:00 2001 From: Alex Shen Date: Mon, 15 Jan 2024 18:27:48 +0800 Subject: [PATCH] first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b9bb3..630cc30 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Copy your token, note that the token value will only be shown to you once. index-servers = gitea [gitea] -repository = https://gitea.example.com/api/packages/{owner, eg., Sparkle-Techbank}/pypi +repository = https://gitea.sparkle-in-tech.com/api/packages/{owner, eg., Sparkle-Techbank}/pypi username = {your gitea username, eg., vincent} password = {token generated from last step} ```