-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ae03a5
commit f85653c
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,17 @@ go install github.com/kuadrant/kuadrantctl@latest | |
``` | ||
> Golang 1.21+ required | ||
Binaries are available via GitHub releases here: | ||
|
||
https://github.com/Kuadrant/kuadrantctl/releases | ||
|
||
## Using with GitHub Actions | ||
|
||
```yaml | ||
- name: Install kuadrantctl | ||
uses: jaxxstorm/[email protected] | ||
with: # Grab the latest version | ||
repo: Kuadrant/kuadrantctl | ||
- name: Install kuadrantctl | ||
uses: jaxxstorm/[email protected] | ||
with: # Grab the latest version | ||
repo: Kuadrant/kuadrantctl | ||
``` | ||
## Commands | ||
|