InstallContribute
General requirements
First of all, you have to install git, Docker and Docker Compose (standalone version is prefered) on your computer.
Install Lenra CLI using cargo
Simply install the latest package using the cargo-cli.
cargo install lenra_cli@version
For more installation instructions, you can directly check the CLI repository.
Install Lenra CLI using the binary
Lenra for Linux
Lenra for Windows
Lenra for MacoS
Download the latest binary, unpack it where you want and update your $PATH
export PATH="/my/path/to/lenra_cli:$PATH"