diff --git a/README.md b/README.md index 5b7f6d51..2d40a4f1 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ curl -LO https://github.com/GoogleContainerTools/container-structure-test/releas > [!warning] > Container builds are currently not updated with new releases +Alternatively, if you use [mise](https://github.com/jdx/mise), you can install container-structure-test globally with the following command: + +```shell +mise use -g container-structure-test@latest +``` + Additionally, a container image for running tests through Google Cloud Builder can be found at `gcr.io/gcp-runtimes/container-structure-test:latest`.