Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov authored Nov 12, 2024
1 parent 19df84e commit dfa1779
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 dfa1779

Please sign in to comment.