Update build instruction

This commit is contained in:
Tuna 2016-07-22 15:14:50 +07:00 committed by GitHub
parent ae37209cc4
commit fa0930de06

View File

@ -206,9 +206,12 @@ $ PROG=kompose source script/bash_autocomplete
accordingly. accordingly.
```console ```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 ### Building multi-platform binaries with make
- You need `make` - You need `make`