Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ShiftLaunch is a turnkey orchestration agent for deploying Red Hat OpenShift clu

### Download a Pre-Built Binary

1. Go to the [releases page](https://github.ibm.com/sudeeshjohn/shiftlaunch/releases).
2. Download the binary for your platform under the **Assets** section.
1. Go to the [releases page](https://github.com/IBM/shiftlaunch/releases).
2. Download the binary for your platform from the **Assets** section.
3. Install it:

```bash
Expand All @@ -56,7 +56,7 @@ shiftlaunch --help
Requires **Go 1.22+**. ShiftLaunch cross-compiles without CGO.

```bash
git clone https://github.ibm.com/sudeeshjohn/shiftlaunch.git
git clone https://github.com/IBM/shiftlaunch.git
cd shiftlaunch

make build
Expand Down
Loading