Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Mar 1, 2024
1 parent 0ae03a5 commit f85653c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f85653c

Please sign in to comment.