Install Etcha
How to install Etcha.
Categories:
Installing Etcha depends on how you want to run it. Etcha is available as a binary or a container.
Binary
Rot binaries are available for various architectures and operating systems:
Updating Etcha
Etcha can be updated by replacing the binary with the latest version.Container
Etcha containers are available on GitHub.
You can create an alias to run Etcha as a container:
alias etcha='docker run -u $(id -u):$(id -g) -it --rm -v $(pwd):/work -w /work ghcr.io/candiddev/etcha:latest'
SBOM
Etcha ships with a Software Bill of Materials (SBOM) manifest generated using CycloneDX. The .bom.json
manifest is available with the other Binary Assets.