We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bd3f6 commit 0c6304aCopy full SHA for 0c6304a
1 file changed
.goreleaser.yml
@@ -119,10 +119,10 @@ release:
119
#### Quick Install
120
```bash
121
# Linux/macOS
122
- curl -fsSL https://raw.githubusercontent.com/graz-dev/kalco/main/scripts/install.sh | bash
+ curl -fsSL https://raw.githubusercontent.com/graz-dev/kalco/master/scripts/install.sh | bash
123
124
# Windows PowerShell
125
- iwr -useb https://raw.githubusercontent.com/graz-dev/kalco/main/scripts/install.ps1 | iex
+ iwr -useb https://raw.githubusercontent.com/graz-dev/kalco/master/scripts/install.ps1 | iex
126
```
127
128
#### Direct Download
0 commit comments