Skip to content

Commit 51eea43

Browse files
committed
Updated repo location
1 parent 202e8de commit 51eea43

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3030
VERSION=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
3636
chmod +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
4646
VERSION=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
5252
chmod +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
6262
VERSION=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
6868
chmod +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
7878
VERSION=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
8484
chmod +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.
9393
1. Download the cf-support_windows_amd64.zip file
9494
1. Run the `.exe` file via CMD or PowerShell
9595

0 commit comments

Comments
 (0)