Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 335 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 335 Bytes

Contributing

Setting up dev env

Fork it, clone it.

cd chouf
go mod download

Launching chouf

# start it in debug mode
go build && ./chouf -c config.yml -d
# see available options with
chouf -h

Building docker image

docker buildx build -t deltablot/chouf --build-arg VERSION=X.Y.Z .