From 3f9ad2574a7caca11c168e1699006f4a3c294b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Salo=C5=88?= Date: Thu, 8 Aug 2024 22:01:19 +0200 Subject: [PATCH] Used shortened links for install scripts (redirect to files on github) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2db0e40..a0301508 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ for **CI/CD** development and CLI lovers. ## Install zCLI ### Windows -Execute following line in PowerShell +Execute following command in PowerShell ```powershell -irm https://raw.githubusercontent.com/zeropsio/zcli/main/install.ps1 | iex +irm https://zerops.io/zcli/install.ps1 | iex ``` ### Linux/MacOS -Execute following line in Terminal +Execute following command in Terminal ```shell -curl -L https://raw.githubusercontent.com/zeropsio/zcli/main/install.sh | sh +curl -L https://zerops.io/zcli/install.sh | sh ``` ### Package managers