Skip to content

Commit

Permalink
Merge pull request #132 from candonov/main
Browse files Browse the repository at this point in the history
Update installation documentation
  • Loading branch information
a-hilaly authored Nov 12, 2024
2 parents 19df84e + dfa1779 commit 2090767
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/docs/getting-started/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ Once authenticated, install kro using the Helm chart:

Fetch the latest release version from GitHub
```sh
export KRO_VERSION=$(curl -s \
export KRO_VERSION=$(curl -sL \
https://api.github.com/repos/awslabs/kro/releases/latest | \
grep '"tag_name":' | \
sed -E 's/.*"([^"]+)".*/\1/' \
jq -r '.tag_name | ltrimstr("v")'
)
```
Validate `KRO_VERSION` populated with a version
Expand Down

0 comments on commit 2090767

Please sign in to comment.