From fc2c1f96736644a0662d620d01717082fcb90647 Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Tue, 9 Jul 2024 20:12:37 +0200 Subject: [PATCH] chore(docs): update readme git-https sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd671e..4b98c1a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ to the plugin, please see [these instructions](.github/CONTRIBUTING.md). Here's the Git urls format, followed by examples: - git+https://[username[:password]@]/[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]] + git+https://[username[:password]@]provider.com/[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]] git+ssh://[username@]provider.com/[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]] git+file://[@path/to/charts][?[ref=git-ref][&sparse=1][&depupdate=0][&package=0]]