Skip to content

Commit

Permalink
Update build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Jul 22, 2016
1 parent ae37209 commit fa0930d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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`
Expand Down

0 comments on commit fa0930d

Please sign in to comment.