From ca6126ffb7cf80fcd680cd3db0a7b6e396598eef Mon Sep 17 00:00:00 2001 From: litiantain Date: Fri, 17 Oct 2025 16:23:16 +0800 Subject: [PATCH] docs: update AgbCloud CLI installation URL in README.md --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 00f8fc6..cdfdc4f 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -26,7 +26,7 @@ Before installing AgbCloud CLI, please ensure: Install AgbCloud CLI with a single PowerShell command: ```powershell -powershell -Command "irm https://litiantian123-code.github.io/agbcloud-cli/windows | iex" +powershell -Command "irm https://agbcloud.github.io/agbcloud-cli/windows | iex" ``` ### Installation Process