Getting started¶
Installation¶
Homebrew¶
From release¶
Download the latest binary from the Releases page and place it in your
$PATH.
From docker¶
docker pull ghcr.io/marcel2603/tfcoach/tfcoach:latest
docker run -v $PWD:/app ghcr.io/marcel2603/tfcoach/tfcoach:latest lint .
From source¶
This will install tfcoach into your $GOPATH/bin or $GOBIN.