description: Installation instructions for Kona.
Prerequisites
Before installing Kona, ensure you have the following prerequisites:- Rust toolchain (MSRV: 1.82)
justcommand runner- Docker (optional, for containerized builds)
Installing Rust
If you don’t have Rust installed, you can install it using rustup:- During installation, when prompted, enter
1for the default installation. - After Rust installation completes, try running
cargo version. If it cannot be found, runsource $HOME/.cargo/env. After that, runningcargo versionshould return the version, for examplecargo 1.68.2. - It’s generally advisable to append
source $HOME/.cargo/envto~/.bashrc.
rustc --version. To update your version of Rust, run rustup update.
Installing Just
just is a command runner that Kona uses for build tasks. Install it with: