kebab-cli installation

Copy and paste the commands for your operating system to get started with kebab-cli.

Windows

cd ~ if (!(Test-Path .kebab)) { mkdir .kebab } cd .kebab curl.exe -L https://github.com/kebab-os/kebab-cli/archive/refs/heads/main.zip -o kebab-cli.zip Expand-Archive -Path kebab-cli.zip -DestinationPath . -Force cd kebab-cli-main/src

Run in PowerShell as administrator

Linux

cd ~ mkdir .kebab cd .kebab git clone https://github.com/kebab-os/kebab-cli.git cd kebab-cli/src sudo apt-get install xclip

For Debian/Ubuntu. Other distros: use your package manager (pacman, dnf, etc.)

macOS

cd ~ mkdir .kebab cd .kebab git clone https://github.com/kebab-os/kebab-cli.git cd kebab-cli/src

Xcode command line tools required for git