Prerequisites¶
macOS or Linux shell environment
Rust toolchain (required only for current source-based install path)
cargoavailable in PATH
You do not need to know Rust internals to use Devflow, but the current bootstrap build path uses Rust until binary distribution channels are published.
Install via Script¶
From repository root:
./install.shWhat this does:
builds
dwfin release modeinstalls binary to
${HOME}/.local/bin/dwf(or customDWF_INSTALL_DIR)
Verify Installation¶
dwf --help
dwf ci:planIf dwf is not found, add ${HOME}/.local/bin to your PATH.