Skip to content

Commit

Permalink
Used shortened links for install scripts (redirect to files on github)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Saloň authored and MichalSalon committed Aug 9, 2024
1 parent 6b040a7 commit 3f9ad25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f9ad25

Please sign in to comment.