Building from Source
Quick Build
git clone https://github.com/k9io/k9-ssh.git
cd k9-ssh
go build -o k9-ssh .Using the Build Script
./build.shVERSION=$(git describe --tags --abbrev=0 2>/dev/null || echo "dev")
go build -ldflags "-X main.version=${VERSION}" -o k9-ssh .Cross-Platform Builds
./scripts/build-allSupported OS / Architecture Matrix
OS
Architectures
Running Tests
Dependencies
Module
Version
Purpose
Verifying a Release Binary
Last updated