Installation ​
Prerequisites ​
- Rust toolchain (rustup recommended)
- Git
Building from Source ​
bash
git clone https://codeberg.org/plnck/kettle.git
cd kettle/kettle-lang
cargo build --releaseAdd to your PATH:
bash
export PATH="$PATH:/path/to/kettle/target/release"Verify Installation ​
bash
ket --versionTry Without Installing ​
Use the online playground to try Kettle without any installation.