From dde9314bd7062f062d9c0624ac5a694ea1c5719d Mon Sep 17 00:00:00 2001 From: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:54:17 +0530 Subject: [PATCH] Updated the getting started guide Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com> --- .../en/docs/develop/Getting started/_index.md | 20 ------------------- .../en/docs/stable/Getting started/_index.md | 20 ------------------- 2 files changed, 40 deletions(-) diff --git a/content/en/docs/develop/Getting started/_index.md b/content/en/docs/develop/Getting started/_index.md index 668274a..7d82d15 100644 --- a/content/en/docs/develop/Getting started/_index.md +++ b/content/en/docs/develop/Getting started/_index.md @@ -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 >}} @@ -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 >}} @@ -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 >}} diff --git a/content/en/docs/stable/Getting started/_index.md b/content/en/docs/stable/Getting started/_index.md index 668274a..7d82d15 100644 --- a/content/en/docs/stable/Getting started/_index.md +++ b/content/en/docs/stable/Getting started/_index.md @@ -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 >}} @@ -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 >}} @@ -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 >}}