Skip to content

Commit

Permalink
new domain for getting the install script
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
  • Loading branch information
dipankardas011 committed Jun 1, 2024
1 parent f99a257 commit d28481d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Getting started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ their are various method
{{% tab header="**Operating System**:" disabled=true /%}}
{{% tab header="Linux" %}}
```bash
curl -sfL https://raw.githubusercontent.com/ksctl/cli/main/scripts/install.sh | python3 -
curl -sfL https://get.ksctl.com | python3 -
```
{{% /tab %}}
{{% tab header="MacOS" %}}
```bash
curl -sfL https://raw.githubusercontent.com/ksctl/cli/main/scripts/install.sh | python3 -
curl -sfL https://get.ksctl.com | python3 -
```
{{% /tab %}}
{{% tab header="Windows" lang="sw" %}}
Expand Down

0 comments on commit d28481d

Please sign in to comment.