Skip to content

Commit

Permalink
Updated the getting started guide
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 Aug 24, 2024
1 parent fc84f0c commit dde9314
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
20 changes: 0 additions & 20 deletions content/en/docs/develop/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ curl -sfL https://get.ksctl.com/install/linux | python3 -
```shell
curl -sfL https://get.ksctl.com/install/macos | python3 -
```
{{% /tab %}}
{{% tab header="Windows" lang="sw" %}}
```ps1
iwr -useb https://get.ksctl.com/install/windows | iex
```
{{% /tab %}}
{{< /tabpane >}}


Expand All @@ -52,11 +46,6 @@ bash <(curl -s https://get.ksctl.com/uninstall/linux)
{{% tab header="MacOS" %}}
```shell
zsh <(curl -s https://get.ksctl.com/uninstall/macos)
```
{{% /tab %}}
{{% tab header="Windows" lang="sw" %}}
```ps1
iwr -useb https://get.ksctl.com/uninstall/windows | iex
```
{{% /tab %}}
{{< /tabpane >}}
Expand All @@ -81,15 +70,6 @@ make install_macos_intel

# For uninstalling
make uninstall
```
{{% /tab %}}

{{% tab header="Windows" lang="sw" %}}
```ps1
./builder.ps1
# for uninstalling
./uninstall.ps1
```
{{% /tab %}}
{{< /tabpane >}}
Expand Down
20 changes: 0 additions & 20 deletions content/en/docs/stable/Getting started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ curl -sfL https://get.ksctl.com/install/linux | python3 -
```shell
curl -sfL https://get.ksctl.com/install/macos | python3 -
```
{{% /tab %}}
{{% tab header="Windows" lang="sw" %}}
```ps1
iwr -useb https://get.ksctl.com/install/windows | iex
```
{{% /tab %}}
{{< /tabpane >}}


Expand All @@ -52,11 +46,6 @@ bash <(curl -s https://get.ksctl.com/uninstall/linux)
{{% tab header="MacOS" %}}
```shell
zsh <(curl -s https://get.ksctl.com/uninstall/macos)
```
{{% /tab %}}
{{% tab header="Windows" lang="sw" %}}
```ps1
iwr -useb https://get.ksctl.com/uninstall/windows | iex
```
{{% /tab %}}
{{< /tabpane >}}
Expand All @@ -81,15 +70,6 @@ make install_macos_intel

# For uninstalling
make uninstall
```
{{% /tab %}}

{{% tab header="Windows" lang="sw" %}}
```ps1
./builder.ps1
# for uninstalling
./uninstall.ps1
```
{{% /tab %}}
{{< /tabpane >}}
Expand Down

0 comments on commit dde9314

Please sign in to comment.