diff --git a/site/docs/index.md b/site/docs/index.md index c1f3f5d..069819b 100644 --- a/site/docs/index.md +++ b/site/docs/index.md @@ -32,11 +32,19 @@ curl -L -o tfx.exe "https://github.com/straubt1/tfx/releases/download/${version} ``` **Go Installation** + From Go version 1.19, the following is supported. `@latest` can be `@$VERSION` ```sh go install github.com/straubt1/tfx@latest ``` +**Container** + +`tfx` is also packaged and published as a OCI Container Image in the Github Container Registry: +```sh +docker pull ghcr.io/straubt1/tfx:latest +``` +