@@ -26,11 +26,11 @@ The binary is built on using `ubuntu-latest`. You can find what is included in
2626### macOS - arm64
2727
2828``` shell
29- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
29+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
3030VERSION=v#.# .#
3131
3232# download and extract the binary
33- curl -L --output - https://github.com/codefresh-support /codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar -zx -O cf-support_darwin_arm64 > cf-support
33+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_darwin_arm64.tar.gz | tar -zx -O cf-support_darwin_arm64 > cf-support
3434
3535# set execution to binary
3636chmod +x cf-support
@@ -42,11 +42,11 @@ chmod +x cf-support
4242### macOS - amd64
4343
4444``` shell
45- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
45+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
4646VERSION=v#.# .#
4747
4848# download and extract the binary
49- curl -L --output - https://github.com/codefresh-support /codefresh-support-package/releases/download/$VERSION /cf-support_darwin_amd64.tar.gz | tar -zx -O cf-support_darwin_amd64 > cf-support
49+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_darwin_amd64.tar.gz | tar -zx -O cf-support_darwin_amd64 > cf-support
5050
5151# set execution to binary
5252chmod +x cf-support
@@ -58,11 +58,11 @@ chmod +x cf-support
5858### linux - arm64
5959
6060``` shell
61- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
61+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
6262VERSION=v#.# .#
6363
6464# download and extract the binary
65- curl -L --output - https://github.com/codefresh-support /codefresh-support-package/releases/download/$VERSION /cf-support_linux_arm64.tar.gz | tar -zx -O cf-support_linux_arm64 > cf-support
65+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_linux_arm64.tar.gz | tar -zx -O cf-support_linux_arm64 > cf-support
6666
6767# set execution to binary
6868chmod +x cf-support
@@ -74,11 +74,11 @@ chmod +x cf-support
7474### linux - amd64
7575
7676``` shell
77- # Get the version at https://github.com/codefresh-support /codefresh-support-package/releases
77+ # Get the version at https://github.com/codefresh-io /codefresh-support-package/releases
7878VERSION=v#.# .#
7979
8080# download and extract the binary
81- curl -L --output - https://github.com/codefresh-support /codefresh-support-package/releases/download/$VERSION /cf-support_linux_amd64.tar.gz | tar -zx -O cf-support_linux_amd64 > cf-support
81+ curl -L --output - https://github.com/codefresh-io /codefresh-support-package/releases/download/$VERSION /cf-support_linux_amd64.tar.gz | tar -zx -O cf-support_linux_amd64 > cf-support
8282
8383# set execution to binary
8484chmod +x cf-support
@@ -89,7 +89,7 @@ chmod +x cf-support
8989
9090### Windows - amd6
9191
92- 1 . Go the the [ Latest] ( https://github.com/codefresh-support /codefresh-support-package/releases/latest ) release.
92+ 1 . Go the the [ Latest] ( https://github.com/codefresh-io /codefresh-support-package/releases/latest ) release.
93931 . Download the cf-support_windows_amd64.zip file
94941 . Run the ` .exe ` file via CMD or PowerShell
9595
0 commit comments