Installation#

With the Go toolchain#

go install github.com/codingconcepts/edg@latest

Docker#

Pull the Docker image:

docker pull codingconcepts/edg:v0.2.0

Images are published as multi-platform manifests supporting linux/amd64 and linux/arm64. See the Docker and Kubernetes pages for usage examples.

From source#

git clone https://github.com/codingconcepts/edg
cd edg
go build -o edg .