diff --git a/README.md b/README.md index 407d0b0b..718ca9ff 100755 --- a/README.md +++ b/README.md @@ -206,9 +206,12 @@ $ PROG=kompose source script/bash_autocomplete accordingly. ```console -$ go build -o kompose ./cli/main +$ go build -tags experimental -o kompose ./cli/main ``` +You need `-tags experimental` because the current `bundlefile` package of docker/libcompose is still experimental. + + ### Building multi-platform binaries with make - You need `make`