Install And Update
Private beta installation, update, and smoke checks.
During private beta, Kairn is distributed as a tarball or private package.
npm install -g ./kairn-0.1.2.tgz
kairn --version
kairn doctor
Run setup inside the repo you want Kairn to assist:
cd /path/to/repo
kairn setup wizard
To update from a new tarball:
npm install -g ./kairn-0.1.3.tgz
kairn doctor --fix
Recommended Node versions for beta are current LTS releases. If native Windows setup is unstable, WSL is a supported fallback.