From fa0930de062bf6951af0010dae6c0394311ba3fa Mon Sep 17 00:00:00 2001 From: Tuna Date: Fri, 22 Jul 2016 15:14:50 +0700 Subject: [PATCH] Update build instruction --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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`