Skip to content

Commit

Permalink
Fix quick install link (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
  • Loading branch information
sivanantha321 authored Feb 20, 2025
1 parent 317538d commit 20eea71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The [Helm](https://helm.sh/docs/intro/install/){target=_blank} package manager f
to use this context.

3. You can then get started with a local deployment of KServe by using _KServe Quick installation script on Kind_:

{% set parts = kserve_release_version.split('.') %}
```bash
curl -s "https://raw.githubusercontent.com/kserve/kserve/release-{{ kserve_release_version | replace('.0', '') }}/hack/quick_install.sh" | bash
curl -s "https://raw.githubusercontent.com/kserve/kserve/release-{{ parts[0] ~ '.' ~ parts[1] }}/hack/quick_install.sh" | bash
```

0 comments on commit 20eea71

Please sign in to comment.