This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Getting Started

What does your user need to know to try your project?

    Getting Started Documentation

    Installation & Uninstallation Instructions

    Ksctl CLI

    Lets begin with installation of the tools their are various method

    Single command method

    curl -sfL https://get.ksctl.com | python3 -
    
    bash <(curl -s https://raw.githubusercontent.com/ksctl/cli/main/scripts/uninstall.sh)
    
    zsh <(curl -s https://raw.githubusercontent.com/ksctl/cli/main/scripts/uninstall.sh)
    

    From Source Code

    make install_linux
    
    # macOS on M1
    make install_macos
    
    # macOS on INTEL
    make install_macos_intel
    
    # For uninstalling
    make uninstall